Determines whether or not this service will need a user defined IP address.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
bool NeedsServerAddress()
Visual Basic (Declaration)
Function NeedsServerAddress As Boolean
Visual C++
bool NeedsServerAddress()

Return Value

true if the service should get the IP address from the user, otherwise false.

See Also