1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3142
this.
timeoutHelper
= new TimeoutHelper(timeout);
7 references to timeoutHelper
System.ServiceModel (7)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (7)
3164
IAsyncResult result = this.sessionChannel.BeginSendCloseResponse(closeRequestContext, closeResponse,
timeoutHelper
.RemainingTime(), sendCloseResponseCallback, this);
3268
IAsyncResult result = this.sessionChannel.BeginTryReceive(this.
timeoutHelper
.RemainingTime(), receiveCallback, this);
3295
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(SR.GetString(SR.ServiceSecurityCloseTimeout,
timeoutHelper
.OriginalTimeout)));
3334
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(SR.GetString(SR.ServiceSecurityCloseTimeout, thisResult.
timeoutHelper
.OriginalTimeout)));
3368
IAsyncResult result = this.sessionChannel.inputSessionClosedHandle.BeginWait(this.
timeoutHelper
.RemainingTime(), true, waitCallback, this);
3449
IAsyncResult result = this.sessionChannel.BeginCloseCore(this.
timeoutHelper
.RemainingTime(), closeCoreCallback, this);
3459
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new TimeoutException(SR.GetString(SR.ServiceSecurityCloseTimeout, this.
timeoutHelper
.OriginalTimeout)));