Show / Hide Table of Contents

    Class NetworkServicesUnitySettings.Address

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

    Constructors

    Address(String, String)

    Declaration
    public Address(string ipv4 = "8.8.8.8", string ipv6 = "0:0:0:0:0:FFFF:0808:0808")
    Parameters
    Type Name Description
    System.String ipv4
    System.String ipv6

    Properties

    IpV4

    Declaration
    public string IpV4 { get; }
    Property Value
    Type Description
    System.String

    IpV6

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