Search Results for

    Show / Hide Table of Contents

    Class IceServerTest

    An ICE server test.

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

    Constructors

    IceServerTest(IceServer)

    Initializes a new instance of the IceServerTest class.

    Declaration
    public IceServerTest(IceServer iceServer)
    Parameters
    Type Name Description
    IceServer iceServer

    The ICE server.

    IceServerTest(IceServer, IcePortRange)

    Initializes a new instance of the IceServerTest class.

    Declaration
    public IceServerTest(IceServer iceServer, IcePortRange icePortRange)
    Parameters
    Type Name Description
    IceServer iceServer

    The ICE server.

    IcePortRange icePortRange

    The ICE port range.

    IceServerTest(IceServer, IcePortRange, AddressType[])

    Initializes a new instance of the IceServerTest class.

    Declaration
    public IceServerTest(IceServer iceServer, IcePortRange icePortRange, AddressType[] iceAddressTypes)
    Parameters
    Type Name Description
    IceServer iceServer

    The ICE server.

    IcePortRange icePortRange

    The ICE port range.

    AddressType[] iceAddressTypes

    The ICE address types.

    Properties

    IceAddressTypes

    Gets the ICE address types.

    Declaration
    public AddressType[] IceAddressTypes { get; }
    Property Value
    Type Description
    AddressType[]

    IcePortRange

    Gets the ICE port range.

    Declaration
    public IcePortRange IcePortRange { get; }
    Property Value
    Type Description
    IcePortRange

    IceServer

    Gets the ICE server.

    Declaration
    public IceServer IceServer { get; }
    Property Value
    Type Description
    IceServer

    Methods

    Run()

    Runs the test.

    Declaration
    public Future<IceServerTestResult> Run()
    Returns
    Type Description
    Future<IceServerTestResult>
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0