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