共用方式為


ServerStreamWebSocketInformation 類別

定義

提供 ServerStreamWebSocket 物件的通訊端資訊。

public ref class ServerStreamWebSocketInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ServerStreamWebSocketInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ServerStreamWebSocketInformation
Public NotInheritable Class ServerStreamWebSocketInformation
繼承
Object Platform::Object IInspectable ServerStreamWebSocketInformation
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
應用程式功能
internetClientServer privateNetworkClientServer

屬性

BandwidthStatistics

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

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

LocalAddress

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

Protocol

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

適用於

另請參閱