Version: 2018.1

UnityWebRequest.disposeCertificateHandlerOnDispose

Switch to Manual
public bool disposeCertificateHandlerOnDispose ;

Description

If true, any CertificateHandler attached to this UnityWebRequest will have CertificateHandler.Dispose called automatically when UnityWebRequest.Dispose is called.

Default: true.

If no CertificateHandler is attached to this UnityWebRequest, this property has no effect.