1 implementation of Renew
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1249public Message Renew(Message message)
2 references to Renew
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
1005return ReadResponse(this.Contract.Renew(CreateRequest(rst, RequestTypes.Renew))); 1251return Contract.Renew(message);