WebHostBufferPolicySelector Class

 

Represents the web host buffer policy selector.

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

System::Object
  System.Web.Http.WebHost::WebHostBufferPolicySelector

public ref class WebHostBufferPolicySelector : IHostBufferPolicySelector

NameDescription
System_CAPS_pubmethodWebHostBufferPolicySelector()

Initializes a new instance of the WebHostBufferPolicySelector 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^)

Gets a value that indicates whether the host should buffer the entity body of the HTTP request.

System_CAPS_pubmethodUseBufferedOutputStream(HttpResponseMessage^)

Uses a buffered output stream for the web host.

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: