1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
457this.connection = new ReliableOutputConnection(this.session.OutputID, this.Settings.MaxTransferWindowSize,
29 references to connection
System.ServiceModel (29)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (29)
54return this.connection; 144temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last); 163this.connection.Last); 205if (this.connection != null) 207this.connection.Abort(this); 231this.connection.BeginClose, 239this.connection.EndClose, 257return this.connection.BeginAddMessage(message, timeout, null, callback, state); 293this.connection.Close(timeoutHelper.RemainingTime()); 417if (!this.connection.EndAddMessage(result)) 450if (!this.connection.AddMessage(message, timeout, null)) 460this.connection.Faulted += OnComponentFaulted; 461this.connection.OnException += OnComponentException; 462this.connection.BeginSendHandler = OnConnectionBeginSendHandler; 463this.connection.EndSendHandler = OnConnectionEndSendHandler; 464this.connection.SendHandler = OnConnectionSendHandler; 465this.connection.BeginSendAckRequestedHandler = OnConnectionBeginSendAckRequestedHandler; 466this.connection.EndSendAckRequestedHandler = OnConnectionEndSendAckRequestedHandler; 467this.connection.SendAckRequestedHandler = OnConnectionSendAckRequestedHandler; 506this.connection.Last) 508this.connection.Last); 553this.connection.ProcessTransferred(messageInfo.AcknowledgementInfo.Ranges, bufferRemaining); 563this.terminateRequestor.MessageId, messageInfo, this.connection.Last); 573this.closeRequestor.MessageId, messageInfo, this.connection.Last); 590if ((fault == null) && !this.connection.IsFinalAckConsistent(ackInfo.Ranges)) 627fault = WsrmUtilities.ValidateFinalAck(this.session, messageInfo, this.connection.Last); 657this.session.OnRemoteActivity(this.connection.Strategy.QuotaRemaining == 0); 743if (this.connection != null) 745this.connection.Fault(this);