2 references to WebSocketSettings
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
215
ws = await _connectionFactory.CreateWebSocketAsync(Via, headers, credentials,
WebSocketSettings
.Clone(), timeoutHelper);
239
string requested =
WebSocketSettings
.SubProtocol;