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