共用方式為


MessageWebSocketInformation 類別

定義

提供 MessageWebSocket上的通訊端資訊。

public ref class MessageWebSocketInformation sealed : IWebSocketInformation
public ref class MessageWebSocketInformation sealed : IWebSocketInformation2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MessageWebSocketInformation final : IWebSocketInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MessageWebSocketInformation final : IWebSocketInformation2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MessageWebSocketInformation : IWebSocketInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MessageWebSocketInformation : IWebSocketInformation2
Public NotInheritable Class MessageWebSocketInformation
Implements IWebSocketInformation
Public NotInheritable Class MessageWebSocketInformation
Implements IWebSocketInformation2
繼承
Object Platform::Object IInspectable MessageWebSocketInformation
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

MessageWebSocketInformation 可以在 建立 MessageWebSocket 之後隨時呼叫。

MessageWebSocketInformation 物件會自動使用父 代 MessageWebSocket 物件建立。 MessageWebSocket.Information屬性可讓您存取相關聯的 MessageWebSocketInformation 物件。

版本歷程記錄

Windows 版本 SDK 版本 新增值
1607 14393 ServerCertificate
1607 14393 ServerCertificateErrors
1607 14393 ServerCertificateErrorSeverity
1607 14393 ServerIntermediateCertificates

屬性

BandwidthStatistics

取得 MessageWebSocket 物件上網路資料傳輸的頻寬資訊。

請注意,傳回的統計資料是以預設在用戶端版本的 Windows 上啟用的擴充 TCP 統計資料為基礎,但基於 Windows 伺服器版本的效能考慮,預設為停用。 如果無法使用擴充 TCP 統計資料,則所有傳回的數值統計資料都會設定為 0,並將布林統計資料設定為 false。

LocalAddress

取得與 MessageWebSocket 物件相關聯的 IP 位址。

Protocol

取得 MessageWebSocket 物件上 WebSocket 交握期間與伺服器交涉的 WebSocket 子通訊協定。

ServerCertificate

取得伺服器在建立安全 WebSocket 連線時所提供的憑證。

ServerCertificateErrors

取得建立安全 WebSocket 連線時所發生的錯誤清單。

ServerCertificateErrorSeverity

取得與 WebSocket 伺服器建立 SSL 連線時所發生的錯誤類別。

ServerIntermediateCertificates

取得與 WebSocket 伺服器建立 SSL 連線時,伺服器在 SSL 交涉期間傳送的中繼憑證。

適用於

另請參閱