 | RestClientBindingConfigurationCompressRequests Property |
Namespace: SanteDB.Core.Configuration.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool CompressRequests { get; set; }Public Property CompressRequests As Boolean
Get
Set
public:
virtual property bool CompressRequests {
bool get () sealed;
void set (bool value) sealed;
}abstract CompressRequests : bool with get, set
override CompressRequests : bool with get, set
Property Value
Booleantrue if optimize; otherwise,
false.
Implements
IRestClientBindingDescriptionCompressRequests
See Also