4 writes to delayClose
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedRequestContext.cs (4)
45
this.
delayClose
= delay;
68
this.
delayClose
= false;
82
this.
delayClose
= false;
96
this.
delayClose
= false;
3 references to delayClose
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedRequestContext.cs (3)
65
if (this.
delayClose
)
79
if (this.
delayClose
)
93
if (this.
delayClose
)