Child pages
  • HttpClientConfig
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Refresh page May 18, 2024 22:05

Supported Clients
SmartClient WebClient NGClient

Property Summary
String protocol Gets/Sets which TLS protocol to use, default value is TLS.

Property Details

protocol

Gets/Sets which TLS protocol to use, default value is TLS.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

var config = plugins.http.createNewHttpClientConfig();
config.protocol = "TLSv1.2";
var client = plugins.http.createNewHttpClient(config);

  • No labels