| NetworkingCheckFreePort Method |
Check if port is free
Namespace:
Baffa.Utils
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool CheckFreePort(
int Port
)
public:
static bool CheckFreePort(
int Port
)
Parameters
- Port
- Type: SystemInt32
Port
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Baffa.Utils.Networking.CheckFreePort(System.Int32)"]
See Also