ProvisionedApplicationPlatformSettings.ListeningIPAddress Property

Definition

Gets or sets the IP address on which to listen.

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

Property Value

IPAddress

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 it is not set the application will listen on all IP addresses.

Applies to