StreamSocketListener.Information Properti

Definisi

Mendapatkan informasi soket untuk objek StreamSocketListener .

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

Nilai Properti

Informasi soket untuk objek StreamSocketListener .

Persyaratan Windows

Kemampuan aplikasi
ID_CAP_NETWORKING [Windows Phone]

Keterangan

Properti Informasi mendapatkan instans StreamSocketListenerInformation yang terkait dengan objek StreamSocketListener . Instans Informasi kemudian dapat digunakan untuk mendapatkan informasi yang digunakan oleh StreamSocketListener. Satu-satunya data informasi yang didukung adalah properti LocalPort yang mewakili nomor port TCP lokal yang terikat ke objek StreamSocketListener .

Berlaku untuk

Lihat juga