DatagramSocketMessageReceivedEventArgs.GetDataStream Method

Definition

Gets an IInputStream object that represents a sequential stream of bytes to be read as a message from the remote network destination on a DatagramSocket object.

public:
 virtual IInputStream ^ GetDataStream() = GetDataStream;
IInputStream GetDataStream();
public IInputStream GetDataStream();
function getDataStream()
Public Function GetDataStream () As IInputStream

Returns

An IInputStream object that represents a sequential stream of bytes to be read as a message.

Windows requirements

App capabilities
ID_CAP_NETWORKING [Windows Phone]

Applies to

See also