1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (1)
27this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (3)
42IAsyncResult result = this.binding.BeginSecureOutgoingMessage(message, timeoutHelper.RemainingTime(), correlationState, sharedCallback, this); 66IAsyncResult result = BeginSendCore(this.channel, message, timeoutHelper.RemainingTime(), sharedCallback, this); 81OnSendCompleteCore(timeoutHelper.RemainingTime());