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