HttpTransportBindingElement.ShouldSerializeWebSocketSettings メソッド

定義

Web ソケット設定をシリアル化する必要があるかどうかを判断します。

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

返品

true Web ソケット設定をシリアル化する必要がある場合。それ以外の場合は false

適用対象