Condividi tramite


StreamSocketListener.Information Proprietà

Definizione

Ottiene informazioni sul socket per l'oggetto StreamSocketListener .

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

Valore della proprietà

Informazioni sul socket per l'oggetto StreamSocketListener .

Requisiti Windows

Funzionalità dell'app
ID_CAP_NETWORKING [Windows Phone]

Commenti

La proprietà Information ottiene l'istanza StreamSocketListenerInformation associata a un oggetto StreamSocketListener . L'istanza information può quindi essere usata per ottenere informazioni usate da StreamSocketListener. Le uniche informazioni supportate sono la proprietà LocalPort che rappresenta il numero di porta TCP locale associato all'oggetto StreamSocketListener .

Si applica a

Vedi anche