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