ProvisionedApplicationPlatformSettings.SecondaryListeningIPAddress 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.
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.
Remarks
If no listening addresses are set, application will listen on all IP addresses.