Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote!

For optional parameters, you need to state null in case you supply subsequent optional parameters. If there are no subsequent parameters, you do not have to state anything.

Info
titleExample


Code Block
httpMultipartPostURLhttpMultipartPost( "muHost", "mypath", mybodymyMultipartSegmentUDRList, "myhostmyProtocol", 08080, false, null, null, "myusernamemuUsername");




TLS/SSL Encryption

When selecting secure, a keystore is required. In this case, the use of a truststore is supported.

...