ODataHttpContentExtensions Class

 

Provides extension methods for the HttpContent class.

Namespace:   System.Web.OData.Batch
Assembly:  System.Web.OData (in System.Web.OData.dll)

Inheritance Hierarchy

System.Object
  System.Web.OData.Batch.ODataHttpContentExtensions

Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class ODataHttpContentExtensions
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class ODataHttpContentExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ODataHttpContentExtensions = class end
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ExtensionAttribute>
Public NotInheritable Class ODataHttpContentExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetODataMessageReaderAsync(HttpContent, ODataMessageReaderSettings)

Gets the ODataMessageReader for the HttpContent stream.

System_CAPS_pubmethodSystem_CAPS_static 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.OData.Batch Namespace

Return to top