Share via


OwinExceptionCatchBlocks.HttpMessageHandlerAdapterComputeContentLength Property

 

Gets the catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.ComputeContentLength.

Namespace:   System.Web.Http.Owin
Assembly:  System.Web.Http.Owin (in System.Web.Http.Owin.dll)

Syntax

public static ExceptionContextCatchBlock HttpMessageHandlerAdapterComputeContentLength { get; }
public:
property ExceptionContextCatchBlock^ HttpMessageHandlerAdapterComputeContentLength {
    static ExceptionContextCatchBlock^ get();
}
static member HttpMessageHandlerAdapterComputeContentLength : ExceptionContextCatchBlock with get
Public Shared ReadOnly Property HttpMessageHandlerAdapterComputeContentLength As ExceptionContextCatchBlock

Property Value

Type: System.Web.Http.ExceptionHandling.ExceptionContextCatchBlock

The catch block in System.Web.Http.Owin.HttpMessageHandlerAdapter.ComputeContentLength.

See Also

OwinExceptionCatchBlocks Class
System.Web.Http.Owin Namespace

Return to top