HttpWebRequestMessage.GetStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the stream to be used to write the request payload.
public override System.IO.Stream GetStream ();
override this.GetStream : unit -> System.IO.Stream
Public Overrides Function GetStream () As Stream
Returns
Stream to which the request payload needs to be written.