Describes the properties of a Listener for the LoadBalancer.

Namespace: Amazon.ElasticBeanstalk.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Listener()()()()
Initializes a new instance of the Listener class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithPort(Int32)
Sets the Port property
WithProtocol(String)
Sets the Protocol property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..Listener

See Also