1 implementation of BeginCancel
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1191public IAsyncResult BeginCancel(Message message, AsyncCallback callback, object asyncState)
2 references to BeginCancel
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
60client.BeginCancel(request, OnOperationCompleted, null); 1193return Contract.BeginCancel(message, callback, asyncState);