NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWorkerRequest.SendCalculatedContentLength

[To be supplied.]

[Visual Basic]
Overridable Public Sub SendCalculatedContentLength( _
   ByVal contentLength As Integer _
)
[C#]
public virtual void SendCalculatedContentLength(
   int contentLength
);
[C++]
public: virtual void SendCalculatedContentLength(
   int contentLength
);
[JScript]
public function SendCalculatedContentLength(
   contentLength : int
);

Parameters

contentLength
[To be supplied.]

See Also

HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace