1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
677
this.
connection
= connectionPoolHelper.EndEstablishConnection(result);
2 references to connection
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
681
IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.
connection
, true, this.channel.settings, ref timeoutHelper, onWriteMessage, this);
724
connectionReader = new ClientSingletonConnectionReader(
connection
, connectionPoolHelper, channel.settings);