Cassini Configuration API Documentation |
|
Metabase.IsPortFree Method
Returs true if a given TCP port is not bound.
[Visual Basic]
Public Shared Function IsPortFree( _
ByVal
port As
Integer _
) As
Boolean
[C#]
public static
bool IsPortFree(
int port);
See Also
Metabase Class | CassiniConfiguration Namespace