OwinBufferPolicySelector Class
Provides the default implementation of IHostBufferPolicySelector used by the OWIN Web API adapter.
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | OwinBufferPolicySelector() | Initializes a new instance of the OwinBufferPolicySelector class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | UseBufferedInputStream(Object^) | Determines whether the host should buffer the HttpRequestMessage entity body. |
![]() | UseBufferedOutputStream(HttpResponseMessage^) | Determines whether the host should buffer the HttpResponseMessage entity body. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

