ExtensionEndpointConfiguration.InstanceInputEndpoint.LocalPort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required. Required for each instance input endpoint. Specifies a port used for internal connections on the endpoint. Its value has to be between 1-65535 inclusive, or '*' indicating any port number automatically allocated by Windows Azure.
public string LocalPort { get; set; }
member this.LocalPort : string with get, set
Public Property LocalPort As String