3 overrides of BeginSecureOutgoingMessage
System.ServiceModel (3)
System\ServiceModel\Security\DuplexSecurityProtocolFactory.cs (1)
242
public override IAsyncResult
BeginSecureOutgoingMessage
(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState,
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
101
public override IAsyncResult
BeginSecureOutgoingMessage
(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
75
public 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)
247
return this.outgoingProtocol.
BeginSecureOutgoingMessage
(message, timeout, correlationState, callback, state);