共用方式為


NetHttpBindingElement.WebSocketSettings 屬性

定義

取得或設定用於 NetHttpBindingElement 的 Web 通訊端設定。

public:
 property System::ServiceModel::Configuration::NetHttpWebSocketTransportSettingsElement ^ WebSocketSettings { System::ServiceModel::Configuration::NetHttpWebSocketTransportSettingsElement ^ get(); void set(System::ServiceModel::Configuration::NetHttpWebSocketTransportSettingsElement ^ value); };
[System.Configuration.ConfigurationProperty("webSocketSettings")]
public System.ServiceModel.Configuration.NetHttpWebSocketTransportSettingsElement WebSocketSettings { get; set; }
[<System.Configuration.ConfigurationProperty("webSocketSettings")>]
member this.WebSocketSettings : System.ServiceModel.Configuration.NetHttpWebSocketTransportSettingsElement with get, set
Public Property WebSocketSettings As NetHttpWebSocketTransportSettingsElement

屬性值

NetHttpWebSocketTransportSettingsElement

所使用的 Web 通訊端設定。

屬性

適用於