2 writes to contentLength
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
253
this.
contentLength
= hostedHttpContext.result.GetContentLength();
259
preReadBuffer = hostedHttpContext.result.GetPrereadBuffer(ref this.
contentLength
);
2 references to contentLength
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
257
if (this.
contentLength
== 0)
267
return this.
contentLength
;