The Listener data type.

C# |
public class Listener

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description | ||||
---|---|---|---|---|---|---|
![]() | Listener()()()() |
Default constructor for a new Listener object. Callers should use the
properties or fluent setter (With...) methods to initialize this object after creating it.
| ||||
![]() | Listener(String, Int32, Int32) |
Constructs a new Listener object.
Callers should use the properties or fluent setter (With...) methods to
initialize any additional object members.
| ||||
![]() | Equals(Object) | (Inherited from Object.) | ||||
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | ||||
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | ||||
![]() | InstancePort |
Specifies the TCP port on which the instance server is listening. This property cannot be modified for the life of the load balancer.
Constraints: | ||||
![]() | InstanceProtocol |
Specifies the protocol to use for routing traffic to back-end instances - HTTP, HTTPS, TCP, or SSL. This property cannot be modified for the
life of the load balancer.
| ||||
![]() | LoadBalancerPort |
Specifies the external load balancer port number. This property cannot be modified for the life of the load balancer.
| ||||
![]() | Protocol |
Specifies the load balancer transport protocol to use for routing - HTTP, HTTPS, TCP or SSL. This property cannot be modified for the life
of the load balancer.
| ||||
![]() | SSLCertificateId |
The ARN string of the server certificate. To get the ARN of the server certificate, call the AWS Identity and Access Management UploadServerCertificate API.
| ||||
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | ||||
![]() | WithInstancePort(Int32) | Obsolete.
Sets the InstancePort property
| ||||
![]() | WithInstanceProtocol(String) | Obsolete.
Sets the InstanceProtocol property
| ||||
![]() | WithLoadBalancerPort(Int32) | Obsolete.
Sets the LoadBalancerPort property
| ||||
![]() | WithProtocol(String) | Obsolete.
Sets the Protocol property
| ||||
![]() | WithSSLCertificateId(String) | Obsolete.
Sets the SSLCertificateId property
|

Object | |
![]() | Listener |