HttpTransportElement.WebSocketSettings 属性

定义

获取或设置网络套接字设置。

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

属性值

网络套接字设置。

属性

适用于