StreamSocketListener.Information Property

Definition

Gets socket information for the StreamSocketListener object.

public:
 property StreamSocketListenerInformation ^ Information { StreamSocketListenerInformation ^ get(); };
StreamSocketListenerInformation Information();
public StreamSocketListenerInformation Information { get; }
var streamSocketListenerInformation = streamSocketListener.information;
Public ReadOnly Property Information As StreamSocketListenerInformation

Property Value

Socket information for the StreamSocketListener object.

Windows requirements

App capabilities
ID_CAP_NETWORKING [Windows Phone]

Remarks

The Information property gets the StreamSocketListenerInformation instance associated with a StreamSocketListener object. The Information instance can then be used to get information used by the StreamSocketListener. The only information data supported is the LocalPort property which represents the local TCP port number bound to the StreamSocketListener object.

Applies to

See also