共用方式為


HttpConnectionOptions.SkipNegotiation 屬性

定義

取得或設定值,指出連線到伺服器時是否略過交涉。

public:
 property bool SkipNegotiation { bool get(); void set(bool value); };
public bool SkipNegotiation { get; set; }
member this.SkipNegotiation : bool with get, set
Public Property SkipNegotiation As Boolean

屬性值

備註

只有在使用 WebSockets 傳輸時,才能略過交涉。

適用於