Describes the properties of a Listener for the LoadBalancer.
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()()()() | Initializes a new instance of the Listener class | |
| 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.) | |
| Port |
The port that is used by the Listener.
| |
| Protocol |
The protocol that is used by the Listener.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithPort(Int32) |
Sets the Port property
| |
| WithProtocol(String) |
Sets the Protocol property
|