4 overrides of BeginSecureOutgoingMessageCore
System.ServiceModel (4)
System\ServiceModel\Security\AcceptorSessionSymmetricMessageSecurityProtocol.cs (1)
142protected override IAsyncResult BeginSecureOutgoingMessageCore(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (1)
145protected override IAsyncResult BeginSecureOutgoingMessageCore(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (1)
157protected override IAsyncResult BeginSecureOutgoingMessageCore(Message message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState, AsyncCallback callback, object state)
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
156protected 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)
89return BeginSecureOutgoingMessageCore(message, timeout, null, callback, state); 111return BeginSecureOutgoingMessageCore(message, timeout, correlationState, callback, state);