HttpTransportBindingElement.ShouldSerializeWebSocketSettings 方法
定义
确定web套接设置是否应序列化。Determines whether the web socket settings should be serialized.
public:
bool ShouldSerializeWebSocketSettings();
public bool ShouldSerializeWebSocketSettings ();
member this.ShouldSerializeWebSocketSettings : unit -> bool
Public Function ShouldSerializeWebSocketSettings () As Boolean
返回
如果应序列化网络套接字设置,则为 true;否则为 false。true if the web socket settings should be serialized; otherwise, false.