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 | |
---|---|---|
![]() |
WebHostBufferPolicySelector | Initializes a new instance of the WebHostBufferPolicySelector class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UseBufferedInputStream | Gets a value that indicates whether the host should buffer the entity body of the HTTP request. |
![]() |
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.