Describes the properties of a Listener for the LoadBalancer.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Listener
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 | 
            Gets and sets the property Port. 
             The port that is used by the Listener. | 
|  | Protocol | 
            Gets and sets the property Protocol. 
             The protocol that is used by the Listener. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithPort(Int32) | Obsolete. 
            Sets the Port property
             | 
|  | WithProtocol(String) | Obsolete. 
            Sets the Protocol property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Listener |