2 writes to aborted
System.ServiceModel (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
38
this.
aborted
= false;
108
this.
aborted
= true;
2 references to aborted
System.ServiceModel (2)
System\ServiceModel\Channels\RequestContextBase.cs (2)
85
return this.
aborted
;
202
if (
aborted
)