1 implementation of BeginIssue
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1229public IAsyncResult BeginIssue(Message message, AsyncCallback callback, object asyncState)
2 references to BeginIssue
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
57client.BeginIssue(request, OnOperationCompleted, null); 1231return Contract.BeginIssue(message, callback, asyncState);