1 write to outgoingProtocol
System.ServiceModel (1)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
206
this.
outgoingProtocol
= outgoingProtocol;
15 references to outgoingProtocol
System.ServiceModel (15)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (15)
213
this.
outgoingProtocol
.Open(timeoutHelper.RemainingTime());
220
this.
outgoingProtocol
.Close(false, timeoutHelper.RemainingTime());
226
this.
outgoingProtocol
.Close(true, TimeSpan.Zero);
232
if (this.
outgoingProtocol
!= null)
234
return this.
outgoingProtocol
.BeginSecureOutgoingMessage(message, timeout, callback, state);
245
if (this.
outgoingProtocol
!= null)
247
return this.
outgoingProtocol
.BeginSecureOutgoingMessage(message, timeout, correlationState, callback, state);
257
if (this.
outgoingProtocol
!= null)
259
this.
outgoingProtocol
.EndSecureOutgoingMessage(result, out message);
270
if (this.
outgoingProtocol
!= null)
272
this.
outgoingProtocol
.EndSecureOutgoingMessage(result, out message, out newCorrelationState);
282
if (this.
outgoingProtocol
!= null)
284
this.
outgoingProtocol
.SecureOutgoingMessage(ref message, timeout);
290
if (this.
outgoingProtocol
!= null)
292
return this.
outgoingProtocol
.SecureOutgoingMessage(ref message, timeout, correlationState);