GetRequestStream()

WebRequest::GetRequestStream() method

Returns the stream for writing data to the resource.

virtual System::SharedPtr<System::IO::Stream> System::Net::WebRequest::GetRequestStream()

Return Value

The stream for writing data to the resource.

See Also