1 write to hasContent
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
839
this.
hasContent
= (this.preReadBuffer != null || this.httpWebResponse.ContentLength > 0);
2 references to hasContent
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
840
if (!this.
hasContent
)
873
get { return this.
hasContent
; }