OwinFeatureCollection.SupportsWebSockets 속성

정의

기본 서버가 WebSocket을 지원하는지 여부를 가져오거나 설정합니다. 이 옵션은 기본적으로 사용하도록 설정되어 있습니다. 값은 요청 간에 일관되어야 합니다.

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

속성 값

적용 대상