WebHostBufferPolicySelector Class

Represents the web host buffer policy selector.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class WebHostBufferPolicySelector _
    Implements IHostBufferPolicySelector
'Usage
Dim instance As WebHostBufferPolicySelector
public class WebHostBufferPolicySelector : IHostBufferPolicySelector
public ref class WebHostBufferPolicySelector : IHostBufferPolicySelector
type WebHostBufferPolicySelector =  
    class 
        interface IHostBufferPolicySelector 
    end
public class WebHostBufferPolicySelector implements IHostBufferPolicySelector

The WebHostBufferPolicySelector type exposes the following members.

Constructors

  Name Description
Public method WebHostBufferPolicySelector Initializes a new instance of the WebHostBufferPolicySelector class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method UseBufferedInputStream Gets a value that indicates whether the host should buffer the entity body of the HTTP request.
Public method UseBufferedOutputStream Uses a buffered output stream for the web host.

Top

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

Reference

System.Web.Http.WebHost Namespace