4 overrides of BeginSecureOutgoingMessageCore
System.ServiceModel (4)
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
142
protected override IAsyncResult
BeginSecureOutgoingMessageCore
(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (1)
145
protected override IAsyncResult
BeginSecureOutgoingMessageCore
(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (1)
157
protected override IAsyncResult
BeginSecureOutgoingMessageCore
(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
156
protected override IAsyncResult
BeginSecureOutgoingMessageCore
(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
2 references to BeginSecureOutgoingMessageCore
System.ServiceModel (2)
System\ServiceModel\Security\MessageSecurityProtocol.cs (2)
89
return
BeginSecureOutgoingMessageCore
(message, timeout, null, callback, state);
111
return
BeginSecureOutgoingMessageCore
(message, timeout, correlationState, callback, state);