Click or drag to resize

IRestClientDescription Interface

Represents a description of a service

Namespace:  SanteDB.Core.Http.Description
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IRestClientDescription

The IRestClientDescription type exposes the following members.

Properties
  NameDescription
Public propertyAccept
The messaging format for the accept header
Public propertyBinding
Gets or sets the binding for the service client.
Public propertyEndpoint
Gets or sets the endpoints for the client
Public propertyTrace
Gets whether a tracing is enabled.
Top
See Also