Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class FileUploadLargeFileContainer

    Inheritance
    object
    FileUploadLargeFileContainer
    Implements
    ILocalFile
    IAuthenticatedEndpoint
    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class FileUploadLargeFileContainer : ILocalFile, IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    FileUploadLargeFileContainer(string, Guid, Guid, Guid, List<string>)

    Declaration
    public FileUploadLargeFileContainer(string endPointConfigurationName, Guid serial, Guid user, Guid psw, List<string> filesPath)
    Parameters
    Type Name Description
    string endPointConfigurationName
    Guid serial
    Guid user
    Guid psw
    List<string> filesPath

    FileUploadLargeFileContainer(Uri, Guid, Guid, Guid, List<string>)

    Declaration
    public FileUploadLargeFileContainer(Uri endPointUri, Guid serial, Guid user, Guid psw, List<string> filesPath)
    Parameters
    Type Name Description
    Uri endPointUri
    Guid serial
    Guid user
    Guid psw
    List<string> filesPath

    Properties

    ApiPassword

    Declaration
    public Guid ApiPassword { get; set; }
    Property Value
    Type Description
    Guid

    ApiUser

    Declaration
    public Guid ApiUser { get; set; }
    Property Value
    Type Description
    Guid

    EndPointConfigurationName

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

    EndPointUri

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

    FilesPath

    Declaration
    public List<string> FilesPath { get; set; }
    Property Value
    Type Description
    List<string>

    MailID

    Declaration
    public Guid MailID { get; set; }
    Property Value
    Type Description
    Guid

    Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    ILocalFile
    IAuthenticatedEndpoint
    IAuthenticationNeeded
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation