Share via


OwinExceptionCatchBlocks.HttpMessageHandlerAdapterStreamContent Property

 

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

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

Syntax

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

Property Value

Type: System.Web.Http.ExceptionHandling.ExceptionContextCatchBlock

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

See Also

OwinExceptionCatchBlocks Class
System.Web.Http.Owin Namespace

Return to top