This version of Unity is unsupported.

UnityWebRequest.disposeCertificateHandlerOnDispose

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.