3 writes to closeRequestContext
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
3675this.closeRequestContext = null; 3861this.closeRequestContext = requestContext; 3946this.closeRequestContext = null;
3 references to closeRequestContext
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
3672if (this.closeRequestContext != null) 3674this.closeRequestContext.Abort(); 3944pendingCloseRequestContext = this.closeRequestContext;