1 implementation of Validate
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1287
public Message
Validate
(Message message)
2 references to Validate
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
1015
return ReadResponse(this.Contract.
Validate
(CreateRequest(rst, RequestTypes.Validate)));
1289
return Contract.
Validate
(message);