IWebSocketControl Interface
Definition
Provides socket control data on an IWebSocket object.
public interface class IWebSocketControl
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(784645571, 55717, 17754, 152, 17, 222, 36, 212, 83, 55, 233)]
struct IWebSocketControl
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(784645571, 55717, 17754, 152, 17, 222, 36, 212, 83, 55, 233)]
public interface IWebSocketControl
Public Interface IWebSocketControl
- Derived
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
OutboundBufferSizeInBytes |
The size, in bytes, of the send buffer to be used for sending data on an IWebSocket object. |
ProxyCredential |
The credential to use to authenticate to the proxy server through HTTP header authentication using an IWebSocket object. |
ServerCredential |
The credential to use to authenticate to the WebSocket server through HTTP header authentication using an IWebSocket object. |
SupportedProtocols |
Gets a collection that can be used to add a list of supported sub-protocols that will be advertised to the server during the connect handshake. |