ServerMessageWebSocketInformation.LocalAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IP address associated with a ServerMessageWebSocket object.
public:
property HostName ^ LocalAddress { HostName ^ get(); };
HostName LocalAddress();
public HostName LocalAddress { get; }
var hostName = serverMessageWebSocketInformation.localAddress;
Public ReadOnly Property LocalAddress As HostName
Property Value
The IP address associated with a ServerMessageWebSocket object.
Windows requirements
App capabilities |
internetClientServer
privateNetworkClientServer
|