S4ServiceClientprocessRequestForStream Method A Sandcastle Documented Class Library
This low level method allows the user to explicitly specify all the parameters sent to the service. This is done by constructing the appropriate ServiceRequest object. Returns the contents of the annotated document

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Stream processRequestForStream(
	ServiceRequest rq,
	ResponseFormat serializationFormat,
	bool requestCompression
)

Parameters

rq
Type: Ontotext.S4.serviceServiceRequest
the request which will be sent
serializationFormat
Type: Ontotext.S4.serviceResponseFormat
the format in which to output the annotated document
requestCompression
Type: SystemBoolean
whether to allow GZIP compression for large documents

Return Value

Type: Stream
an{@link InputStream} for the serialization of the annotated document in the specified format
See Also

Reference