| FhirServiceConfigurationSectionWcfEndpoint Property |
Gets the WCF endpoint name that the FHIR service listens on
Namespace:
SanteDB.Messaging.FHIR.Configuration
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public string WcfEndpoint { get; set; }
Public Property WcfEndpoint As String
Get
Set
public:
property String^ WcfEndpoint {
String^ get ();
void set (String^ value);
}
member WcfEndpoint : string with get, set
Property Value
Type:
StringSee Also