1 write to _connection
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
223_connection = await _connectionPoolHelper.EstablishConnectionAsync(timeoutHelper.RemainingTime());
2 references to _connection
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
226await StreamingConnectionHelper.WriteMessageAsync(_message, _connection, true, _channel._settings, timeoutHelper); 260_connectionReader = new ClientSingletonConnectionReader(_connection, _connectionPoolHelper, _channel._settings);