IHostBufferPolicySelector Interface
Interface for controlling the use of buffering requests and responses in the host. If a host provides support for buffering requests and/or responses then it can use this interface to determine the policy for when buffering is to be used.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | UseBufferedInputStream(Object^) | Determines whether the host should buffer the HttpRequestMessage entity body. |
![]() | UseBufferedOutputStream(HttpResponseMessage^) | Determines whether the host should buffer the T.System.Net.Http.HttpResponseMessage entity body. |
Show:
