RequestContent
Represents the content sent as part of the Request.
protected RequestContent()
Creates an instance of RequestContent that wraps a Stream.
Creates an instance of RequestContent that wraps a Stream.
Creates an instance of RequestContent that wraps a ReadOnlySequence<T>.
Creates a RequestContent representing the UTF-8 Encoding of the given String/
Creates an instance of RequestContent that wraps a BinaryData.
Creates an instance of RequestContent that wraps a DynamicData.
Creates an instance of RequestContent that wraps a serialized version of an object.
Creates an instance of RequestContent that wraps a serialized version of an object.
public static RequestContent Create(object serializable, JsonPropertyNames propertyNameFormat, string dateTimeFormat = "o")
Creates an instance of RequestContent that wraps a serialized version of an object.
public static RequestContent Create<T>(T model, ModelReaderWriterOptions options = null) where T : IPersistableModel<T>
Creates an instance of RequestContent that wraps an IPersistableModel<T>.
Creates a RequestContent representing the UTF-8 Encoding of the given String.
Creates a RequestContent that wraps a BinaryData.
Creates a RequestContent that wraps a DynamicData.
Frees resources held by the RequestContent object.
Attempts to compute the length of the underlying content, if available.
Writes contents of this object to an instance of Stream.
Writes contents of this object to an instance of Stream.