DataServiceClientRequestMessage.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 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.