Share via


DataServiceClientRequestMessage.GetStream Method

Definition

Gets the stream to be used to write the request payload.

public abstract System.IO.Stream GetStream ();
abstract member GetStream : unit -> System.IO.Stream
Public MustOverride Function GetStream () As Stream

Returns

Stream to which the request payload needs to be written.

Implements

Applies to