ServerMessageWebSocket.Control 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 control data on a ServerMessageWebSocket object.
public:
property ServerMessageWebSocketControl ^ Control { ServerMessageWebSocketControl ^ get(); };
ServerMessageWebSocketControl Control();
public ServerMessageWebSocketControl Control { get; }
var serverMessageWebSocketControl = serverMessageWebSocket.control;
Public ReadOnly Property Control As ServerMessageWebSocketControl
Property Value
Socket control data on a ServerMessageWebSocket object.
Windows requirements
App capabilities |
internetClientServer
privateNetworkClientServer
|