DatagramSocket.Information Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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]
|