GetRequestStream()

HttpWebRequest::GetRequestStream() method

Returns the stream for writing data to the resource.

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

Return Value

The stream for writing data to the resource.

See Also