1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
515
this.
connection
= new ReliableOutputConnection(this.session.OutputID, this.settings.MaxTransferWindowSize,
26 references to connection
System.ServiceModel (26)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (26)
138
temp.MessageBody = new CloseSequence(this.session.OutputID, this.
connection
.Last);
160
this.session.OutputID, this.
connection
.Last);
225
if (this.
connection
!= null)
227
this.
connection
.Abort(this);
256
this.
connection
.BeginClose,
265
this.
connection
.EndClose,
315
this.
connection
.Close(timeoutHelper.RemainingTime());
518
this.
connection
.Faulted += OnComponentFaulted;
519
this.
connection
.OnException += OnComponentException;
520
this.
connection
.BeginSendHandler = OnConnectionBeginSend;
521
this.
connection
.EndSendHandler = OnConnectionEndSend;
522
this.
connection
.SendHandler = OnConnectionSend;
523
this.
connection
.BeginSendAckRequestedHandler = OnConnectionBeginSendAckRequested;
524
this.
connection
.EndSendAckRequestedHandler = OnConnectionEndSendAckRequested;
525
this.
connection
.SendAckRequestedHandler = OnConnectionSendAckRequested;
589
this.
connection
.Last)
591
info, this.
connection
.Last);
683
WsrmFault fault = WsrmUtilities.ValidateFinalAck(this.session, messageInfo, this.
connection
.Last);
722
this.
connection
.ProcessTransferred(requestSequenceNumber,
725
this.session.OnRemoteActivity(this.
connection
.Strategy.QuotaRemaining == 0);
762
if ((this.shutdownHandle != null) && this.
connection
.CheckForTermination())
809
if (this.
connection
!= null)
811
this.
connection
.Fault(this);
945
if (!parent.
connection
.AddMessage(message, timeout, this))
1091
if (!parent.
connection
.EndAddMessage(result))
1109
parent.
connection
.BeginAddMessage(message, timeout, this, Fx.ThunkCallback(new AsyncCallback(AddCompleted)), null);