OwinBufferPolicySelector Class
Provides the default implementation of IHostBufferPolicySelector used by the OWIN Web API adapter.
Namespace: System.Web.Http.Owin
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.Owin.OwinBufferPolicySelector
Syntax
public class OwinBufferPolicySelector : IHostBufferPolicySelector
public ref class OwinBufferPolicySelector : IHostBufferPolicySelector
type OwinBufferPolicySelector =
class
interface IHostBufferPolicySelector
end
Public Class OwinBufferPolicySelector
Implements IHostBufferPolicySelector
Constructors
Name | Description | |
---|---|---|
![]() |
OwinBufferPolicySelector() | Initializes a new instance of the OwinBufferPolicySelector class. |
Methods
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. |
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
System.Web.Http.Owin Namespace
Return to top