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