Determines whether or not this service will need a user defined port number.

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

Syntax

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

Return Value

true if the service should get the port number from the user, otherwise false.

See Also