다음을 통해 공유


HttpTransportBindingElement.ShouldSerializeWebSocketSettings 메서드

정의

웹 소켓 설정을 serialize해야 하는지 여부를 확인합니다.

public:
 bool ShouldSerializeWebSocketSettings();
public bool ShouldSerializeWebSocketSettings ();
member this.ShouldSerializeWebSocketSettings : unit -> bool
Public Function ShouldSerializeWebSocketSettings () As Boolean

반환

웹 소켓을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상