Freigeben über


StreamSocketListener.Information Eigenschaft

Definition

Ruft Socketinformationen für das StreamSocketListener-Objekt ab.

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

Eigenschaftswert

Socketinformationen für das StreamSocketListener-Objekt .

Windows-Anforderungen

App-Funktionen
ID_CAP_NETWORKING [Windows Phone]

Hinweise

Die Information-Eigenschaft ruft die StreamSocketListenerInformation-instance ab, die einem StreamSocketListener-Objekt zugeordnet ist. Die information instance kann dann verwendet werden, um informationen abzurufen, die vom StreamSocketListener verwendet werden. Die einzigen unterstützten Informationsdaten sind die LocalPort-Eigenschaft , die die lokale TCP-Portnummer darstellt, die an das StreamSocketListener-Objekt gebunden ist.

Gilt für:

Weitere Informationen