Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MessageWebSocket.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 MessageWebSocket object.

public:
 property MessageWebSocketInformation ^ Information { MessageWebSocketInformation ^ get(); };
MessageWebSocketInformation Information();
public MessageWebSocketInformation Information { get; }
var messageWebSocketInformation = messageWebSocket.information;
Public ReadOnly Property Information As MessageWebSocketInformation

Property Value

Socket information on a MessageWebSocket object.

Applies to

See also


Feedback

Was this page helpful?