Class Http2ConnectionPool
Connection pool properties for HTTP2 listeners.
Inheritance
System.Object
Http2ConnectionPool
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Http2ConnectionPool : Object, IHttp2ConnectionPool
Syntax (vb)
Public Class Http2ConnectionPool
Inherits Object
Implements IHttp2ConnectionPool
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var http2ConnectionPool = new Http2ConnectionPool {
MaxRequests = 123
};
Synopsis
Constructors
Http2ConnectionPool() |
Properties
MaxRequests | The maximum requests in the pool. |
Constructors
Http2ConnectionPool()
public Http2ConnectionPool()
Properties
MaxRequests
The maximum requests in the pool.
public double MaxRequests { get; set; }
Property Value
System.Double
Remarks
Default: - none