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