Click or drag to resize
RestHandlerGetResponseStream Method
Returns the response stream by calling REST service.

Namespace:  Intuit.Ipp.Core.Rest
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public abstract byte[] GetResponseStream(
	HttpWebRequest request
)

Parameters

request
Type: System.NetHttpWebRequest
The request.

Return Value

Type: Byte
Response from REST service.

Implements

IRestHandlerGetResponseStream(HttpWebRequest)
See Also