C# 클래스 Amazon.ElasticLoadBalancing.Model.Listener

The Listener data type.

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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