Search Results for

    Show / Hide Table of Contents

    Interface IResponseHeader

    A single response header. Immutable.

    Namespace: Ingenico.Connect.Sdk
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public interface IResponseHeader

    Properties

    Name

    Gets the name of the header.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Value

    Gets the un-encoded value of the header.

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