WebSocketTransportSettingsElement.ApplyConfiguration 方法

定义

将新配置应用于此元素。

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

网络套接字传输设置。

适用于