1 write to outputConnection
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1262
this.
outputConnection
= new ReliableOutputConnection(this.session.OutputID,
32 references to outputConnection
System.ServiceModel (32)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (32)
57
get { return this.
outputConnection
; }
173
temp.MessageBody = new CloseSequence(this.session.OutputID, this.
outputConnection
.Last);
191
this.
outputConnection
.Last);
250
this.
outputConnection
.Close(timeoutHelper.RemainingTime());
265
this.
outputConnection
.BeginClose,
270
this.
outputConnection
.EndClose,
296
this.
outputConnection
.Last)
298
info, this.
outputConnection
.Last);
325
if (this.
outputConnection
!= null && info.AcknowledgementInfo != null)
334
this.
outputConnection
.ProcessTransferred(info.AcknowledgementInfo.Ranges, bufferRemaining);
390
if (this.
outputConnection
.CheckForTermination())
430
if (this.
outputConnection
.CheckForTermination())
587
fault = WsrmUtilities.ValidateFinalAck(this.session, info, this.
outputConnection
.Last);
696
if (this.
outputConnection
!= null)
697
this.
outputConnection
.Abort(this);
802
if (this.
outputConnection
== null)
867
return this.
outputConnection
.BeginAddMessage(message, timeout, null, callback, state);
956
if (this.
outputConnection
!= null)
1074
if (!this.
outputConnection
.EndAddMessage(result))
1111
if (!this.
outputConnection
.AddMessage(message, timeout, null))
1265
this.
outputConnection
.Faulted += OnComponentFaulted;
1266
this.
outputConnection
.OnException += OnComponentException;
1267
this.
outputConnection
.BeginSendHandler = OnBeginSendHandler;
1268
this.
outputConnection
.EndSendHandler = OnEndSendHandler;
1269
this.
outputConnection
.SendHandler = OnSendHandler;
1270
this.
outputConnection
.BeginSendAckRequestedHandler = OnBeginSendAckRequestedHandler;
1271
this.
outputConnection
.EndSendAckRequestedHandler = OnEndSendAckRequestedHandler;
1272
this.
outputConnection
.SendAckRequestedHandler = OnSendAckRequestedHandler;
1328
if (this.
outputConnection
.CheckForTermination())
1355
if (this.
outputConnection
.CheckForTermination())
1434
if (this.
outputConnection
!= null)
1436
this.
outputConnection
.Fault(this);