3 overrides of ContentLength
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
855public override long ContentLength 4144public override long ContentLength
System\ServiceModel\Channels\HttpRequestContext.cs (1)
916public override long ContentLength
6 references to ContentLength
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelHelpers.cs (6)
157if (ContentLength == -1 && buffer.Count == settings.MaxReceivedMessageSize) 195if (ContentLength != -1) 520else if (this.ContentLength == -1) 559int length = (int)this.ContentLength; 618long count = ContentLength; 672else if (httpInput.streamed || httpInput.ContentLength == -1)