2 overrides of SetContentLength
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2414protected override void SetContentLength(int contentLength) 3061protected override void SetContentLength(int contentLength)
8 references to SetContentLength
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelHelpers.cs (8)
1876this.SetContentLength(0); 1917SetContentLength(buffer.Count); 1960this.SetContentLength(0); 1989SetContentLength(buffer.Count); 2040httpOutput.SetContentLength(0); 2077httpOutput.SetContentLength(buffer.Count); 2141httpOutput.SetContentLength(buffer.Count); 2283thisPtr.httpOutput.SetContentLength(thisPtr.buffer.Count);