Share via


DatagramSocketMessageReceivedEventArgs.GetDataReader Method

Definition

Gets a DataReader object to read incoming data received from the remote network destination on a DatagramSocket object.

public:
 virtual DataReader ^ GetDataReader() = GetDataReader;
DataReader GetDataReader();
public DataReader GetDataReader();
function getDataReader()
Public Function GetDataReader () As DataReader

Returns

A DataReader object to read incoming data received from the remote network destination on a DatagramSocket object.

Windows requirements

App capabilities
ID_CAP_NETWORKING [Windows Phone]

Applies to

See also