3 references to Clone
System.ServiceModel (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
516
ws = this.connectionFactory.CreateWebSocket(this.connection, this.WebSocketSettings.
Clone
());
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
92
this.webSocketSettings = elementToBeCloned.webSocketSettings.
Clone
();
System\ServiceModel\Channels\WebSocketHelper.cs (1)
208
WebSocketTransportSettings runtimeSettings = settings.
Clone
();