2 writes to connection
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
443this.connection = connection; 548this.connection = ConnectionUpgradeHelper.EndInitiateUpgrade(result);
10 references to connection
System.ServiceModel (10)
System\ServiceModel\Channels\FramingChannels.cs (10)
487return thisPtr.connection; 492this.connection.EndWrite(); 534channel, channel.RemoteAddress, this.connection, channel.decoder, this.upgradeInitiator, 584AsyncCompletionResult writePreambleResult = this.connection.BeginWrite( 593this.connection.EndWrite(); 599AsyncCompletionResult readAckResult = this.connection.BeginRead(0, 1, 612int ackBytesRead = connection.EndRead(); 616connection.AsyncReadBuffer, ackBytesRead, channel.decoder, channel.Via)) 619connection, channel.Via, channel.MessageEncoder.ContentType, ref timeoutHelper, 796thisPtr.connection.EndWrite();