ObexWebResponseGetResponseStream Method
Gets the stream used to read the body of the response from the server.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public virtual Stream GetResponseStream()
Public Overridable Function GetResponseStream As Stream
public:
virtual Stream^ GetResponseStream()
abstract GetResponseStream : unit -> Stream
override GetResponseStream : unit -> Stream
Return Value
StreamA
Stream containing the body of the response.