ObexWebResponseGetResponseStream Method

Gets the stream used to read the body of the response from the server.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public virtual Stream GetResponseStream()

Return Value

Stream
A Stream containing the body of the response.

See Also