Note: This API is now obsolete.
Abstract base class providing settings for controlling connections to Relativity.
Inheritance Hierarchy
kCura.Relativity.Client.ProxySettings
kCura.Relativity.Client.ArtifactManagerSettings
kCura.Relativity.Client.FileTransferSettings
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
[ObsoleteAttribute("This class is deprecated. Refer to the documentation for the RSAPIClient.", false)] public abstract class ProxySettings
The ProxySettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CertificateFindValue | Obsolete.
Sets flag indicating that the client validates the server certificate using the CertificateFindValue.
|
![]() | CertificateValidation |
If 'true', perform client-side certificate validation.
|
![]() | MaxArrayLength | Obsolete.
Indicates the maximum length of arrays created and returned at various stages of message processing. Set to 1000000 by default.
|
![]() | MaxBufferPoolSize | Obsolete.
Specifies maximum size (in bytes) of the buffer pool used by the BufferManager. Set to 104857600 bytes by default.
|
![]() | MaxBufferSize | Obsolete.
Specifies the maximum buffer size (in bytes) used to store messages in memory. Set to 104857600 bytes by default.
|
![]() | MaxConnectionRetries |
The maximum number of connection retries. Set to 5 by default.
|
![]() | MaxDepth | Obsolete.
Specifies the maximum node depth. Set to 200 by default.
|
![]() | 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.
|
![]() | MaxStringContentLength | Obsolete.
Specifies the maximum string length returned by the XML reader. Set to 104857600 by default.
|
![]() | SendTimeout | Obsolete.
Specifies the length of time that a connection can be inactive before it drops. Set to 10 minutes by default.
|
![]() | 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.
|
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