IWebSocketInformation.LocalAddress Eigenschaft

Definition

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

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

Eigenschaftswert

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

Gilt für:

Weitere Informationen