Share via


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
System_CAPS_pubmethod OwinBufferPolicySelector()

Initializes a new instance of the OwinBufferPolicySelector class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UseBufferedInputStream(Object)

Determines whether the host should buffer the HttpRequestMessage entity body.

System_CAPS_pubmethod 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