Provides information about the services that comprise the ArtifactManagerProxy.
Inheritance Hierarchy
kCura.Relativity.Client.ServiceInformation
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ServiceInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActiveEndpointType | Obsolete.
Indicates the endpoint type used to create the proxy.
|
![]() | DefaultServiceAPIPath |
Indicates the relative part of the URI containing the Services API path.
|
![]() | EndpointTypeExceptions |
Retrieves a collection containing detailed information about a proxy construction that failed. The collection maps the metadata scheme of the EndpointType value to the exception.
|
![]() | MetadataEndpoint |
Retrieves the URI of the endpoint used to fetch metadata.
|
![]() | ServiceType |
Gets and sets the type of the service.
|
![]() | State |
Gets the current state of the communication-oriented object.
|
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.) |
Events
Name | Description | |
---|---|---|
![]() | Closed |
Occurs when the communication object completes its transition from the closing state into the closed state.
|
![]() | Closing |
Occurs when the communication object first enters the closing state.
|
![]() | Faulted |
Occurs when the communication object first enters the faulted state.
|
![]() | Opened |
Occurs when the communication object completes its transition from the opening state into the opened state.
|
![]() | Opening |
Occurs when the communication object first enters the opening state.
|
Remarks
See Also