MCPcopy
hub / github.com/vpulim/node-soap / addOptions

Method addOptions

src/security/ClientSSLSecurityPFX.ts:48–55  ·  view source on GitHub ↗
(options: any)

Source from the content-addressed store, hash-verified

46 }
47
48 public addOptions(options: any): void {
49 options.pfx = this.pfx;
50 if (this.passphrase) {
51 options.passphrase = this.passphrase;
52 }
53 merge(options, this.defaults);
54 options.httpsAgent = new https.Agent(options);
55 }
56}

Callers

nothing calls this directly

Calls 1

mergeFunction · 0.90

Tested by

no test coverage detected