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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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 propertyProxyAddress Gets the proxy address
Public propertyTrace Gets whether a tracing is enabled.
Top
See Also