The FileTransferSettings object is passed to the constructor of FileTransferProxy. It provides the configuration settings that take precedence over values supplied in an app.config file. For example, you may want to use this object for configuration overrides when using an Event Handler.
Inheritance Hierarchy
kCura.Relativity.Client.ProxySettings
kCura.Relativity.Client.FileTransferSettings
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The FileTransferSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FileTransferSettings |
Constructor containing the default values for FileTransfer.
|
Properties
Name | Description | |
---|---|---|
![]() | CertificateFindValue | Obsolete.
Sets flag indicating that the client validates the server certificate using the CertificateFindValue.
(Inherited from ProxySettings.) |
![]() | CertificateValidation |
If 'true', perform client-side certificate validation.
(Inherited from ProxySettings.) |
![]() | MaxArrayLength | Obsolete.
Indicates the maximum length of arrays created and returned at various stages of message processing. Set to 1000000 by default.
(Inherited from ProxySettings.) |
![]() | MaxBufferPoolSize | Obsolete.
Specifies maximum size (in bytes) of the buffer pool used by the BufferManager. Set to 104857600 bytes by default.
(Inherited from ProxySettings.) |
![]() | MaxBufferSize | Obsolete.
Specifies the maximum buffer size (in bytes) used to store messages in memory. Set to 104857600 bytes by default.
(Inherited from ProxySettings.) |
![]() | MaxConnectionRetries |
The maximum number of connection retries. Set to 5 by default.
(Inherited from ProxySettings.) |
![]() | MaxDepth | Obsolete.
Specifies the maximum node depth. Set to 200 by default.
(Inherited from ProxySettings.) |
![]() | MaxReceivedMessageSize | Obsolete.
Specifies the maximum size (in bytes) of a message that will be processed by the Service API. Set to 104857600 bytes by default.
(Inherited from ProxySettings.) |
![]() | MaxStringContentLength | Obsolete.
Specifies the maximum string length returned by the XML reader. Set to 104857600 by default.
(Inherited from ProxySettings.) |
![]() | SendTimeout | Obsolete.
Specifies the length of time that a connection can be inactive before it drops. Set to 10 minutes by default.
(Inherited from ProxySettings.) |
![]() | UpnIdentity |
If populated, this property should match the Identity in the ApplicationPool of Relativity.Services.
Setting this value means that a WCF service with this identity will be trusted by this client.
(Inherited from ProxySettings.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also