ODataHttpContentExtensions Class
Provides extension methods for the HttpContent class.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Batch.ODataHttpContentExtensions
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class ODataHttpContentExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class ODataHttpContentExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ODataHttpContentExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class ODataHttpContentExtensions
Methods
Name | Description | |
---|---|---|
GetODataMessageReaderAsync(HttpContent, ODataMessageReaderSettings) | Gets the ODataMessageReader for the HttpContent stream. |
|
GetODataMessageReaderAsync(HttpContent, ODataMessageReaderSettings, CancellationToken) | Gets the ODataMessageReader for the HttpContent stream. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Batch Namespace
Return to top