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