Show / Hide Table of Contents

    Class NetworkServicesUnitySettings.PingTestSettings

    Inheritance
    System.Object
    NetworkServicesUnitySettings.PingTestSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class PingTestSettings

    Constructors

    PingTestSettings(Int32, Single, Single, Int32)

    Declaration
    public PingTestSettings(int maxRetryCount = 3, float timeGapBetweenPolling = 2F, float timeOutPeriod = 60F, int port = 53)
    Parameters
    Type Name Description
    System.Int32 maxRetryCount
    System.Single timeGapBetweenPolling
    System.Single timeOutPeriod
    System.Int32 port

    Properties

    MaxRetryCount

    Declaration
    public int MaxRetryCount { get; }
    Property Value
    Type Description
    System.Int32

    Port

    Declaration
    public int Port { get; }
    Property Value
    Type Description
    System.Int32

    TimeGapBetweenPolling

    Declaration
    public float TimeGapBetweenPolling { get; }
    Property Value
    Type Description
    System.Single

    TimeOutPeriod

    Declaration
    public float TimeOutPeriod { get; }
    Property Value
    Type Description
    System.Single
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters