Share via


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
)
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

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