Show / Hide Table of Contents

    Class NetworkServicesHostReachabilityStatusChangeResult

    This object contains the information retrieved when OnHostReachabilityChange event occurs.

    Inheritance
    System.Object
    NetworkServicesHostReachabilityStatusChangeResult
    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 NetworkServicesHostReachabilityStatusChangeResult

    Properties

    IsReachable

    This boolean value is used to determine whether host is reachable.

    Declaration
    public bool IsReachable { get; }
    Property Value
    Type Description
    System.Boolean

    true if is reachable; otherwise, false.

    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters