Configuration settings for creating a standalone Service Factory.
Inheritance Hierarchy
Relativity.Services.ServiceProxy.ServiceFactorySettings
Namespace: Relativity.Services.ServiceProxy
Assembly: Relativity.Services.ServiceProxy.Main (in Relativity.Services.ServiceProxy.Main.dll) Version: local build
Syntax
C#
public class ServiceFactorySettings
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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also