Show / Hide Table of Contents

Class Http2ConnectionPool

Connection pool properties for HTTP2 listeners.

Inheritance
object
Http2ConnectionPool
Implements
IHttp2ConnectionPool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class Http2ConnectionPool : IHttp2ConnectionPool
Syntax (vb)
Public Class Http2ConnectionPool 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()

Connection pool properties for HTTP2 listeners.

Properties

MaxRequests

The maximum requests in the pool.

Constructors

Http2ConnectionPool()

Connection pool properties for HTTP2 listeners.

public Http2ConnectionPool()
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
            };

Properties

MaxRequests

The maximum requests in the pool.

public double MaxRequests { get; set; }
Property Value

double

Remarks

Default: - none

Implements

IHttp2ConnectionPool
Back to top Generated by DocFX