Search Results for

    Show / Hide Table of Contents

    Class ConnectionData

    An SDP connection data element.

    Inheritance
    System.Object
    ConnectionData
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ConnectionData : object

    Constructors

    ConnectionData(String)

    Initializes a new instance of the ConnectionData class.

    Declaration
    public ConnectionData(string connectionAddress)
    Parameters
    Type Name Description
    System.String connectionAddress

    The connection address.

    Properties

    AddressType

    Gets or sets the type of the address. See AddressType for possible values.

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

    ConnectionAddress

    Gets or sets the connection address.

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

    NetworkType

    Gets or sets the type of network. See NetworkType for possible values.

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

    Methods

    Parse(String)

    Creates an ConnectionData instance from a string.

    Declaration
    public static ConnectionData Parse(string s)
    Parameters
    Type Name Description
    System.String s

    The string to parse.

    Returns
    Type Description
    ConnectionData

    ToString()

    Converts this instance to a string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Update(String)

    Updates the connection address.

    Declaration
    public void Update(string connectionAddress)
    Parameters
    Type Name Description
    System.String connectionAddress

    The connection address.

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