1 implementation of BeginRenew
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1267
public IAsyncResult
BeginRenew
(Message message, AsyncCallback callback, object asyncState)
2 references to BeginRenew
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
63
client.
BeginRenew
(request, OnOperationCompleted, null);
1269
return Contract.
BeginRenew
(message, callback, asyncState);