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 경우에만 건너뛸 수 있습니다.

적용 대상