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)

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

public ref class ODataNullValueMessageHandler : DelegatingHandler

NameDescription
System_CAPS_pubpropertyInnerHandler

(Inherited from DelegatingHandler.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: