NetHttpBinding.WebSocketSettings 属性

定义

获取 websocket 的设置。Gets the settings of the websocket.

public:
 property System::ServiceModel::Channels::WebSocketTransportSettings ^ WebSocketSettings { System::ServiceModel::Channels::WebSocketTransportSettings ^ get(); };
public System.ServiceModel.Channels.WebSocketTransportSettings WebSocketSettings { get; }
member this.WebSocketSettings : System.ServiceModel.Channels.WebSocketTransportSettings
Public ReadOnly Property WebSocketSettings As WebSocketTransportSettings

属性值

WebSocketTransportSettings

websocket 的设置。The settings of the websocket.

适用于