 | BisServiceConfigurationSectionAutomaticallyForwardRequests Property |
Auto forward requests to upstream
Namespace: SanteDB.Rest.BIS.ConfigurationAssembly: SanteDB.Rest.BIS (in SanteDB.Rest.BIS.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic bool AutomaticallyForwardRequests { get; set; }Public Property AutomaticallyForwardRequests As Boolean
Get
Set
public:
property bool AutomaticallyForwardRequests {
bool get ();
void set (bool value);
}member AutomaticallyForwardRequests : bool with get, set
Property Value
Boolean
See Also