Configuration settings for creating a standalone Service Factory.
Inheritance Hierarchy
Relativity.Services.ServiceProxy.ServiceFactorySettings
Namespace: Relativity.Services.ServiceProxy
Assembly: Relativity.Services.ServiceProxy (in Relativity.Services.ServiceProxy.dll) Version: 2.3.4.6 26b21004a73589b2ade25e96d059a9f6abf0da50
Syntax
The ServiceFactorySettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ServiceFactorySettings(Uri, Uri, Credentials) |
Instantiate ServiceFactorySettings, specifying the Services API location, REST API location, and authentication type.
|
![]() | ServiceFactorySettings(Uri, Uri, Credentials, HttpMessageHandler) |
Instantiate ServiceFactorySettings, specifying the Services API location, REST API location, and authentication type.
|
Properties
Name | Description | |
---|---|---|
![]() | Credentials |
The type of authentication to use for the connection.
|
![]() | HttpMessageHandler |
An instance of an HttpMessageHandler object inject into the client proxy.
|
![]() | ProtocolVersion |
The preferred API wire protocol version to use. If not specified, the
client will use the most recent version possible.
|
![]() | RelativityRestUri |
URI describing the location of the REST API.
|
![]() | RelativityServicesUri |
URI describing the location of the Services API.
|
![]() | 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