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