ServerStreamWebSocketInformation.LocalAddress Property

Definition

Gets the IP address associated with a ServerStreamWebSocket object.

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

Property Value

The IP address associated with a ServerStreamWebSocket object.

Windows requirements

App capabilities
internetClientServer privateNetworkClientServer

Applies to