StreamWebSocketInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 StreamWebSocket 物件的通訊端資訊。
public ref class StreamWebSocketInformation sealed : IWebSocketInformation
public ref class StreamWebSocketInformation sealed : IWebSocketInformation2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StreamWebSocketInformation final : IWebSocketInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StreamWebSocketInformation final : IWebSocketInformation2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StreamWebSocketInformation : IWebSocketInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StreamWebSocketInformation : IWebSocketInformation2
Public NotInheritable Class StreamWebSocketInformation
Implements IWebSocketInformation
Public NotInheritable Class StreamWebSocketInformation
Implements IWebSocketInformation2
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
internetClient
privateNetworkClientServer
|
備註
StreamWebSocketInformation 可以在 建立 StreamWebSocket 之後隨時呼叫。
StreamWebSocketInformation 物件會自動使用父 StreamWebSocket 物件建立。 StreamWebSocket.Information屬性可讓您存取相關聯的 StreamWebSocketInformation 物件。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | ServerCertificate |
1607 | 14393 | ServerCertificateErrors |
1607 | 14393 | ServerCertificateErrorSeverity |
1607 | 14393 | ServerIntermediateCertificates |
屬性
BandwidthStatistics |
取得 StreamWebSocket 物件上網路資料傳輸的頻寬資訊。 請注意,傳回的統計資料是以預設在用戶端版本的 Windows 上啟用的擴充 TCP 統計資料為基礎,但基於 Windows 伺服器版本的效能考慮,預設為停用。 如果無法使用擴充 TCP 統計資料,則所有傳回的數值統計資料都會設定為 0,並將布林統計資料設定為 false。 |
LocalAddress |
取得與 StreamWebSocket 物件相關聯的 IP 位址。 |
Protocol |
取得 在 StreamWebSocket物件上的 WebSocket 交握期間與伺服器交涉的 WebSocket 子通訊協定。 |
ServerCertificate |
取得伺服器在建立安全 WebSocket 連線時所提供的憑證。 |
ServerCertificateErrors |
取得建立安全 StreamWebSocket 連線時所發生的錯誤清單。 |
ServerCertificateErrorSeverity |
取得與 StreamWebSocket 伺服器建立 SSL 連線時所發生的錯誤類別。 |
ServerIntermediateCertificates |
取得與 StreamWebSocket 伺服器建立 SSL 連線時,伺服器在 SSL 交涉期間所傳送的中繼憑證。 |