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