Search Results for

    Show / Hide Table of Contents

    Class ResponseHeaderUtils

    Inheritance
    object
    ResponseHeaderUtils
    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 static class ResponseHeaderUtils

    Methods

    GetDispositionFilename(IEnumerable<ResponseHeader>)

    Declaration
    public static string GetDispositionFilename(this IEnumerable<ResponseHeader> headers)
    Parameters
    Type Name Description
    IEnumerable<ResponseHeader> headers
    Returns
    Type Description
    string

    The value of the filename parameter of the Content-Disposition header from this, or null if there was no such header or parameter.

    GetHeader(IEnumerable<IResponseHeader>, string)

    Declaration
    public static IResponseHeader GetHeader(this IEnumerable<IResponseHeader> headers, string headerName)
    Parameters
    Type Name Description
    IEnumerable<IResponseHeader> headers
    string headerName
    Returns
    Type Description
    IResponseHeader

    The header from this with the given name, or null if there was no such header.

    GetHeaderValue(IEnumerable<IResponseHeader>, string)

    Declaration
    public static string GetHeaderValue(this IEnumerable<IResponseHeader> headers, string headerName)
    Parameters
    Type Name Description
    IEnumerable<IResponseHeader> headers
    string headerName
    Returns
    Type Description
    string

    The value of the header from this with the given name, or null if there was no such header.

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