Search Results for

    Show / Hide Table of Contents

    Class ResponseHeader

    A single response header. Immutable.

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

    Constructors

    ResponseHeader(string, string)

    Declaration
    public ResponseHeader(string name, string value)
    Parameters
    Type Name Description
    string name
    string value

    Properties

    Name

    Gets the name of the header.

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

    Value

    Gets the un-encoded value of the header.

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

    Methods

    Equals(ResponseHeader)

    Declaration
    public bool Equals(ResponseHeader obj)
    Parameters
    Type Name Description
    ResponseHeader obj
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IResponseHeader
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.