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)

System::Object
  System.Web.Http.Owin::OwinBufferPolicySelector

public ref class OwinBufferPolicySelector : IHostBufferPolicySelector

NameDescription
System_CAPS_pubmethodOwinBufferPolicySelector()

Initializes a new instance of the OwinBufferPolicySelector class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUseBufferedInputStream(Object^)

Determines whether the host should buffer the HttpRequestMessage entity body.

System_CAPS_pubmethodUseBufferedOutputStream(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.

Return to top
Show: