ServiceFactorySettings Class

Relativity Kepler
Configuration settings for creating a standalone Service Factory.
Inheritance Hierarchy

System.Object
  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

  NameDescription
Public methodServiceFactorySettings(Uri, Uri, Credentials)
Instantiate ServiceFactorySettings, specifying the Services API location, REST API location, and authentication type.
Public methodServiceFactorySettings(Uri, Uri, Credentials, HttpMessageHandler)
Instantiate ServiceFactorySettings, specifying the Services API location, REST API location, and authentication type.
Top
Properties

  NameDescription
Public propertyCredentials
The type of authentication to use for the connection.
Public propertyHttpMessageHandler
An instance of an HttpMessageHandler object inject into the client proxy.
Public propertyProtocolVersion
The preferred API wire protocol version to use. If not specified, the client will use the most recent version possible.
Public propertyRelativityRestUri
URI describing the location of the REST API.
Public propertyRelativityServicesUri
URI describing the location of the Services API.
Public propertyUpnIdentity
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference