Class FileUploadContainer
Inheritance
System.Object
FileUploadContainer
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class FileUploadContainer : IFiles, IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Constructors
FileUploadContainer(String, Guid, Guid, Guid, List<FileArgs>)
Declaration
public FileUploadContainer(string endPointConfigurationName, Guid serial, Guid user, Guid psw, List<FileArgs> filesList)
Parameters
Type | Name | Description |
---|---|---|
System.String | endPointConfigurationName | |
System.Guid | serial | |
System.Guid | user | |
System.Guid | psw | |
System.Collections.Generic.List<FileArgs> | filesList |
FileUploadContainer(Uri, Guid, Guid, Guid, List<FileArgs>)
Declaration
public FileUploadContainer(Uri endPointUri, Guid serial, Guid user, Guid psw, List<FileArgs> filesList)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | endPointUri | |
System.Guid | serial | |
System.Guid | user | |
System.Guid | psw | |
System.Collections.Generic.List<FileArgs> | filesList |
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
FilesList
Declaration
public List<FileArgs> FilesList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileArgs> |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |