Search Results for

    Show / Hide Table of Contents

    Class Proxy

    Represents a proxy with a URI and it's authentication.

    Inheritance
    object
    Proxy
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class Proxy

    Properties

    Password

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

    Uri

    Declaration
    public Uri Uri { get; set; }
    Property Value
    Type Description
    Uri

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.