AWS SDK for .NET Documentation
Listener Constructor (protocol, loadBalancerPort, instancePort)
AmazonAmazon.ElasticLoadBalancing.ModelListenerListener(String, Int32, Int32) Did this page help you?   Yes   No    Tell us about it...
Constructs a new Listener object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public Listener(
	string protocol,
	int loadBalancerPort,
	int instancePort
)
Parameters
protocol (String)
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.
loadBalancerPort (Int32)
Specifies the external load balancer port number. This property cannot be modified for the life of the load balancer.
instancePort (Int32)
Specifies the TCP port on which the instance server is listening. This property cannot be modified for the life of the load balancer.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)