Share via


HttpClientRequestMessage.GetStream Method

Definition

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.

Applies to