DatagramSocket.Information Property

Definition

Gets socket information on the local and remote hostnames and local and remote service names for the DatagramSocket object.

public:
 property DatagramSocketInformation ^ Information { DatagramSocketInformation ^ get(); };
DatagramSocketInformation Information();
public DatagramSocketInformation Information { get; }
var datagramSocketInformation = datagramSocket.information;
Public ReadOnly Property Information As DatagramSocketInformation

Property Value

Socket information for the DatagramSocket object.

Windows requirements

App capabilities
ID_CAP_NETWORKING [Windows Phone]

Applies to

See also