Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | ODataNullValueMessageHandler() | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | InnerHandler | (Inherited from DelegatingHandler.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Dispose() | (Inherited from HttpMessageHandler.) | 
| .jpeg) | Dispose(Boolean) | (Inherited from DelegatingHandler.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | SendAsync(HttpRequestMessage, CancellationToken) | (Overrides DelegatingHandler.SendAsync(HttpRequestMessage, CancellationToken).) | 
| .jpeg) | 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
Return to top