Search Results for

    Show / Hide Table of Contents

    Class MultipartFormDataObject

    A representation of a multipart/form-data object.

    Inheritance
    object
    MultipartFormDataObject
    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 MultipartFormDataObject

    Constructors

    MultipartFormDataObject()

    Declaration
    public MultipartFormDataObject()

    Properties

    Boundary

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

    ContentType

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

    Files

    Declaration
    public IDictionary<string, UploadableFile> Files { get; }
    Property Value
    Type Description
    IDictionary<string, UploadableFile>

    Values

    Declaration
    public IDictionary<string, string> Values { get; }
    Property Value
    Type Description
    IDictionary<string, string>

    Methods

    AddFile(string, UploadableFile)

    Declaration
    public void AddFile(string parameterName, UploadableFile file)
    Parameters
    Type Name Description
    string parameterName
    UploadableFile file

    AddValue(string, string)

    Declaration
    public void AddValue(string parameterName, string value)
    Parameters
    Type Name Description
    string parameterName
    string value
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.