Freigeben über


StreamWebSocketInformation.LocalAddress Eigenschaft

Definition

Ruft die IP-Adresse ab, die einem StreamWebSocket-Objekt zugeordnet ist.

public:
 property HostName ^ LocalAddress { HostName ^ get(); };
HostName LocalAddress();
public HostName LocalAddress { get; }
var hostName = streamWebSocketInformation.localAddress;
Public ReadOnly Property LocalAddress As HostName

Eigenschaftswert

Die IP-Adresse, die einem StreamWebSocket-Objekt zugeordnet ist.

Implementiert

Gilt für:

Weitere Informationen