Class NetworkHelper
provide some network helper
Inheritance
System.Object
NetworkHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Net
Assembly: Simplic.CoreLib.dll
Syntax
public class NetworkHelper
Methods
| Improve this Doc View SourceIsPortInUse(Int32)
Proof wether a TCP-Port is in use
Declaration
public static bool IsPortInUse(int port)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | port | Port number |
Returns
Type | Description |
---|---|
System.Boolean | True, if the port is in use, false if not |