The Listener data type.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Listener
Public Class Listener
public ref class Listener
Members
| All Members | Constructors | Properties | Methods |
| 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 LoadBalancer.
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 LoadBalancer.
| |||||
| LoadBalancerPort |
Specifies the external LoadBalancer port number. This property cannot be modified for the life of the LoadBalancer.
| |||||
| Protocol |
Specifies the LoadBalancer transport protocol to use for routing - HTTP, HTTPS, TCP or SSL. This property cannot be modified for the life of
the LoadBalancer.
| |||||
| 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()()()() | (Inherited from Object.) | |||||
| WithInstancePort(Int32) |
Sets the InstancePort property
| |||||
| WithInstanceProtocol(String) |
Sets the InstanceProtocol property
| |||||
| WithLoadBalancerPort(Int32) |
Sets the LoadBalancerPort property
| |||||
| WithProtocol(String) |
Sets the Protocol property
| |||||
| WithSSLCertificateId(String) |
Sets the SSLCertificateId property
|