1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
555this.connection = connectionPoolHelper.EstablishConnection(timeoutHelper.RemainingTime());
2 references to connection
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
562StreamingConnectionHelper.WriteMessage(message, this.connection, true, channel.settings, ref timeoutHelper); 583connection, connectionPoolHelper, channel.settings);