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