다음을 통해 공유


WebSocketOptions.ReplaceFeature 속성

정의

미들웨어가 스택의 앞부분에서 구성 요소에서 제공하는 WebSocket 구현을 대체해야 하는지 여부를 가져오거나 설정합니다. 기본적으로 false입니다.

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

속성 값

적용 대상