ExtensionEndpointConfiguration.InstanceInputEndpoint.FixedPortMax 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 max port valuefor the instance input endpoint port range used for instance endpointdistribution by. Its value has to be between 1-65535 inclusiveand should be unique range that can be injected without conflict.Should also be equal or higher than FixedPortMin.
public int FixedPortMax { get; set; }
member this.FixedPortMax : int with get, set
Public Property FixedPortMax As Integer