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