3 overrides of BeginSecureOutgoingMessage
System.ServiceModel (3)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
230public override IAsyncResult BeginSecureOutgoingMessage(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
79public override IAsyncResult BeginSecureOutgoingMessage(Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
105public override IAsyncResult BeginSecureOutgoingMessage(Message message, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginSecureOutgoingMessage
System.ServiceModel (1)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
234return this.outgoingProtocol.BeginSecureOutgoingMessage(message, timeout, callback, state);