Edit

Share via


ServerPlatformSettings.SecondaryListeningIPAddress Property

Definition

Gets or sets the secondary IP address on which to listen.

public:
 property System::Net::IPAddress ^ SecondaryListeningIPAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress SecondaryListeningIPAddress { get; set; }
member this.SecondaryListeningIPAddress : System.Net.IPAddress with get, set
Public Property SecondaryListeningIPAddress As IPAddress

Property Value

Exceptions

Thrown when the operating system does not support the address family of the address passed in.

Thrown when the address family is not Internetwork or InternetworkV6.

Thrown when the enabled address families and the listening addresses don't match.

Remarks

If no listening addresses are set, application will listen on all IP addresses.

Applies to