Show / Hide Table of Contents

Interface IHttp2ConnectionPool

Connection pool properties for HTTP2 listeners.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttp2ConnectionPool
Syntax (vb)
Public Interface 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

Properties

MaxRequests

The maximum requests in the pool.

Properties

MaxRequests

The maximum requests in the pool.

double MaxRequests { get; }
Property Value

double

Remarks

Default: - none

Back to top Generated by DocFX