共用方式為


WebSocketContext.Headers 屬性

定義

在開啟信號交換期間傳送至伺服器的 HTTP 標頭。

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

屬性值

傳回 NameValueCollection

適用於