ServerMessageWebSocket.Information 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 socket information on a ServerMessageWebSocket object.
public:
property ServerMessageWebSocketInformation ^ Information { ServerMessageWebSocketInformation ^ get(); };
ServerMessageWebSocketInformation Information();
public ServerMessageWebSocketInformation Information { get; }
var serverMessageWebSocketInformation = serverMessageWebSocket.information;
Public ReadOnly Property Information As ServerMessageWebSocketInformation
Property Value
Socket information on a ServerMessageWebSocket object.
Windows requirements
App capabilities |
internetClientServer
privateNetworkClientServer
|