IWebSocketInformation Interface

Definition

Provides socket information on an IWebSocket object.

public interface class IWebSocketInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1577181974, 51498, 18341, 178, 95, 7, 132, 118, 57, 209, 129)]
struct IWebSocketInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1577181974, 51498, 18341, 178, 95, 7, 132, 118, 57, 209, 129)]
public interface IWebSocketInformation
Public Interface IWebSocketInformation
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

BandwidthStatistics

Gets bandwidth information for network data transfer on an IWebSocket object.

LocalAddress

Gets the IP address associated with an IWebSocket object.

Protocol

Gets the WebSocket sub-protocol negotiated with the server during WebSocket handshake on a IWebSocket object.

Applies to

See also