Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the host should buffer the HttpRequestMessage entity body.
Namespace: System.Web.Http.Owin
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
public bool UseBufferedInputStream(
object hostContext
)
public:
virtual bool UseBufferedInputStream(
Object^ hostContext
) sealed
abstract UseBufferedInputStream :
hostContext:Object -> bool
override UseBufferedInputStream :
hostContext:Object -> bool
Public Function UseBufferedInputStream (
hostContext As Object
) As Boolean
hostContext
Type: System.ObjectThe host context.
Type: System.Boolean
true if buffering should be used; otherwise a streamed request should be used.
IHostBufferPolicySelector.UseBufferedInputStream(Object)
OwinBufferPolicySelector Class
System.Web.Http.Owin Namespace
Return to top