1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
34this.connection = new ReliableInputConnection();
11 references to connection
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (11)
35this.connection.ReliableMessagingVersion = listener.ReliableMessagingVersion; 76return this.connection; 180this.session.InputID, this.connection.Ranges, this.connection.IsLastKnown, bufferRemaining); 224this.connection.Ranges, 225this.connection.IsLastKnown, 272this.connection.Abort(this); 285this.connection.BeginClose, 295this.connection.EndClose, 328this.connection.Close(timeoutHelper.RemainingTime()); 409this.connection.Fault(this);