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