C# Класс Amazon.ElasticLoadBalancing.Model.Listener

The Listener data type.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetInstancePort ( ) : bool
IsSetInstanceProtocol ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetProtocol ( ) : bool
IsSetSSLCertificateId ( ) : bool

Описание методов

Listener() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public Listener ( ) : System
Результат System

Listener() публичный Метод

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.
Результат System