StreamSocketListener.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 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.
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.