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