Search Results for

    Show / Hide Table of Contents

    Class InternalNetworkInfo

    Internal network information.

    Inheritance
    System.Object
    NetworkInfo
    InternalNetworkInfo
    Inherited Members
    NetworkInfo.IPAddresses
    NetworkInfo.Ports
    NetworkInfo.ToJson()
    NetworkInfo.ToJson(NetworkInfo)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class InternalNetworkInfo : NetworkInfo

    Methods

    DeserializeProperties(String, String)

    Deserializes the properties.

    Declaration
    protected override void DeserializeProperties(string key, string valueJson)
    Parameters
    Type Name Description
    System.String key

    The key.

    System.String valueJson

    The value in JSON format.

    Overrides
    NetworkInfo.DeserializeProperties(String, String)

    FromJson(String)

    Deserializes Json to a InternalNetworkInfo.

    Declaration
    public static InternalNetworkInfo FromJson(string networkInfoJson)
    Parameters
    Type Name Description
    System.String networkInfoJson

    The serialized Json.

    Returns
    Type Description
    InternalNetworkInfo

    The deserialized InternalNetworkInfo.

    SerializeProperties(Dictionary<String, String>)

    Serializes the properties.

    Declaration
    protected override void SerializeProperties(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.String> jsonObject

    The JSON object.

    Overrides
    NetworkInfo.SerializeProperties(Dictionary<String, String>)

    ToJson(InternalNetworkInfo)

    Serializes an instance to Json.

    Declaration
    public static string ToJson(InternalNetworkInfo networkInfo)
    Parameters
    Type Name Description
    InternalNetworkInfo networkInfo

    The instance to serialize.

    Returns
    Type Description
    System.String

    Serialized Json.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.18.0