1 implementation of Cancel
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1173public Message Cancel(Message message)
2 references to Cancel
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
967return ReadResponse(this.Contract.Cancel(CreateRequest(rst, RequestTypes.Cancel))); 1175return Contract.Cancel(message);