AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Instantiates Listener with the parameterized properties

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK.ElasticLoadBalancing.dll
Version: 3.x.y.z

Syntax

C#
public Listener(
         String protocol,
         Int32 loadBalancerPort,
         Int32 instancePort
)

Parameters

protocol
Type: System.String

The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

loadBalancerPort
Type: System.Int32

The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

instancePort
Type: System.Int32

The port on which the instance is listening.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5