HttpConnectionPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines parameters for http connection pooling.
public class HttpConnectionPool : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.HttpConnectionPool>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.HttpConnectionPool>
type HttpConnectionPool = class
interface IJsonModel<HttpConnectionPool>
interface IPersistableModel<HttpConnectionPool>
Public Class HttpConnectionPool
Implements IJsonModel(Of HttpConnectionPool), IPersistableModel(Of HttpConnectionPool)
- Inheritance
-
HttpConnectionPool
- Implements
Constructors
| Name | Description |
|---|---|
| HttpConnectionPool() |
Initializes a new instance of HttpConnectionPool. |
Properties
| Name | Description |
|---|---|
| Http1MaxPendingRequests |
Maximum number of pending http1 requests allowed. |
| Http2MaxRequests |
Maximum number of http2 requests allowed. |