DbNotificationPort
This property specifies the port number that the provider listens to for all notifications sent by the database for continuous query notification, Fast Connection Failover, and/or Runtime Connection Load Balancing features. A value of -1
allows directs the provider to use a random port.
Declaration
// C# public static int DbNotificationPort { get; set; }
Property Type
System.Int32.