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