共用方式為


AspNetWebSocketContext.Headers 屬性

定義

取得遠端用戶端送出的標頭集合。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Headers As NameValueCollection

屬性值

訊息標頭的集合。

例外狀況

屬性未實作。

適用於