System::Net::HttpWebRequest::GetRequestStream method

HttpWebRequest::GetRequestStream method

Returns the stream for writing data to the resource.

System::SharedPtr<System::IO::Stream> System::Net::HttpWebRequest::GetRequestStream() override

ReturnValue

The stream for writing data to the resource.

See Also