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