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