1 override of BeginSecureOutgoingMessageAtInitiatorCore
System.ServiceModel (1)
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (1)
152
protected override IAsyncResult
BeginSecureOutgoingMessageAtInitiatorCore
(Message message, string actor, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginSecureOutgoingMessageAtInitiatorCore
System.ServiceModel (1)
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
87
return this.
BeginSecureOutgoingMessageAtInitiatorCore
(message, actor, timeout, callback, state);