3 overrides of BeginSecureOutgoingMessage
System.ServiceModel (3)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
242public override IAsyncResult BeginSecureOutgoingMessage(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState,
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
101public override IAsyncResult BeginSecureOutgoingMessage(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
75public override IAsyncResult BeginSecureOutgoingMessage(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
1 reference to BeginSecureOutgoingMessage
System.ServiceModel (1)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
247return this.outgoingProtocol.BeginSecureOutgoingMessage(message, timeout, correlationState, callback, state);