3 writes to closeRequestContext
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2873
this.
closeRequestContext
= null;
2925
this.
closeRequestContext
= null;
3095
this.
closeRequestContext
= requestContext;
3 references to closeRequestContext
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2870
if (this.
closeRequestContext
!= null)
2872
this.
closeRequestContext
.Abort();
2922
pendingCloseRequestContext = this.
closeRequestContext
;