Condividi tramite


IWebSocketInformation Interfaccia

Definizione

Fornisce informazioni sul socket su un oggetto IWebSocket .

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
Derivato
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Proprietà

BandwidthStatistics

Ottiene informazioni sulla larghezza di banda per il trasferimento dei dati di rete in un oggetto IWebSocket .

LocalAddress

Ottiene l'indirizzo IP associato a un oggetto IWebSocket .

Protocol

Ottiene il protocollo secondario WebSocket negoziato con il server durante l'handshake WebSocket in un oggetto IWebSocket .

Si applica a

Vedi anche