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