Click or drag to resize

IFhirClientAuthenticatorAttachClient Method

Attache to the client and authenticate on each request

Namespace:  SanteDB.Messaging.FHIR.Rest
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
void AttachClient(
	FhirClient client,
	FhirDispatcherTargetConfiguration dispatchConfiguration,
	IDictionary<string, string> settings
)

Parameters

client
Type: FhirClient

[Missing <param name="client"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirClientAuthenticator.AttachClient(Hl7.Fhir.Rest.FhirClient,SanteDB.Messaging.FHIR.Configuration.FhirDispatcherTargetConfiguration,System.Collections.Generic.IDictionary{System.String,System.String})"]

dispatchConfiguration
Type: SanteDB.Messaging.FHIR.ConfigurationFhirDispatcherTargetConfiguration

[Missing <param name="dispatchConfiguration"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirClientAuthenticator.AttachClient(Hl7.Fhir.Rest.FhirClient,SanteDB.Messaging.FHIR.Configuration.FhirDispatcherTargetConfiguration,System.Collections.Generic.IDictionary{System.String,System.String})"]

settings
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="settings"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.IFhirClientAuthenticator.AttachClient(Hl7.Fhir.Rest.FhirClient,SanteDB.Messaging.FHIR.Configuration.FhirDispatcherTargetConfiguration,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also