ODataNullValueMessageHandler Class

 

Represents an HttpMessageHandler that converts null values in OData responses to HTTP NotFound responses or NoContent responses following the OData specification.

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

Inheritance Hierarchy

System.Object
  System.Net.Http.HttpMessageHandler
    System.Net.Http.DelegatingHandler
      System.Web.OData.ODataNullValueMessageHandler

Syntax

public class ODataNullValueMessageHandler : DelegatingHandler
public ref class ODataNullValueMessageHandler : DelegatingHandler
type ODataNullValueMessageHandler = 
    class
        inherit DelegatingHandler
    end
Public Class ODataNullValueMessageHandler
    Inherits DelegatingHandler

Constructors

Name Description
System_CAPS_pubmethod ODataNullValueMessageHandler()

Properties

Name Description
System_CAPS_pubproperty InnerHandler

(Inherited from DelegatingHandler.)

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from DelegatingHandler.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SendAsync(HttpRequestMessage, CancellationToken)

(Overrides DelegatingHandler.SendAsync(HttpRequestMessage, CancellationToken).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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 Namespace

Return to top