WebSocketTransportSettingsElement.ApplyConfiguration(WebSocketTransportSettings) 方法

定义

将新配置应用于此元素。Applies a new configuration for this element.

public:
 void ApplyConfiguration(System::ServiceModel::Channels::WebSocketTransportSettings ^ settings);
public void ApplyConfiguration (System.ServiceModel.Channels.WebSocketTransportSettings settings);
member this.ApplyConfiguration : System.ServiceModel.Channels.WebSocketTransportSettings -> unit
Public Sub ApplyConfiguration (settings As WebSocketTransportSettings)

参数

settings
WebSocketTransportSettings

网络套接字传输设置。The web socket transport settings.

适用于