Search Results for

    Show / Hide Table of Contents

    Class IceParameters

    A set of ICE parameters.

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

    Constructors

    IceParameters(String, String)

    Initializes a new instance of the IceParameters class.

    Declaration
    public IceParameters(string usernameFragment, string password)
    Parameters
    Type Name Description
    System.String usernameFragment

    The username fragment.

    System.String password

    The password.

    Properties

    Password

    Gets or sets the password.

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

    UsernameFragment

    Gets or sets the username fragment.

    Declaration
    public string UsernameFragment { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0