ServiceBusConnectionStringBuilder.RuntimePort Property

Definition

Gets or sets the TCP port number for runtime operation.

public int RuntimePort { get; set; }
member this.RuntimePort : int with get, set
Public Property RuntimePort As Integer

Property Value

The runtime port.

Remarks

This is only used in server scenario. When generating connection string for Azure service, this should be left at its default value.

Applies to