OwinBufferPolicySelector.UseBufferedInputStream Method (Object)

 

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)

Syntax

public bool UseBufferedInputStream(
    object hostContext
)

Parameters

Return Value

Type: System.Boolean

true if buffering should be used; otherwise a streamed request should be used.

Implements

IHostBufferPolicySelector.UseBufferedInputStream(Object)

See Also

OwinBufferPolicySelector Class
System.Web.Http.Owin Namespace

Return to top