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.

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

public interface class IHostBufferPolicySelector

NameDescription
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 T.System.Net.Http.HttpResponseMessage entity body.

Return to top
Show: