C# Class Amazon.ElasticLoadBalancing.Model.Listener

The Listener data type.

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Listener ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Listener ( string protocol, int loadBalancerPort, int instancePort ) : System

Instantiates Listener with the parameterized properties

Private Methods

Method Description
IsSetInstancePort ( ) : bool
IsSetInstanceProtocol ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetProtocol ( ) : bool
IsSetSSLCertificateId ( ) : bool

Method Details

Listener() public method

Empty constructor used to set properties independently even when a simple constructor is available
public Listener ( ) : System
return System

Listener() public method

Instantiates Listener with the parameterized properties
public Listener ( string protocol, int loadBalancerPort, int instancePort ) : System
protocol string The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
loadBalancerPort int 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 int The port on which the instance is listening.
return System