Search Results for

    Show / Hide Table of Contents

    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 Source

    IsPortInUse(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx