OwinHttpListener.SetRequestQueueLimit Method (Int64)
Sets the maximum number of requests that will be queued up in Http.Sys.
Namespace: Microsoft.Owin.Host.HttpListener
Assembly: Microsoft.Owin.Host.HttpListener (in Microsoft.Owin.Host.HttpListener.dll)
Syntax
public void SetRequestQueueLimit(
long limit
)
public:
void SetRequestQueueLimit(
long long limit
)
member SetRequestQueueLimit :
limit:int64 -> unit
Public Sub SetRequestQueueLimit (
limit As Long
)
Parameters
- limit
Type: System.Int64
See Also
OwinHttpListener Class
Microsoft.Owin.Host.HttpListener Namespace
Return to top