Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


disposeCertificateHandlerOnDispose

If true, any CertificateHandler attached to this UnityWebRequest will have CertificateHandler.Dispose called automatically when UnityWebRequest.Dispose is called.
Read time 1 minuteLast updated 8 days ago

Definition

public bool disposeCertificateHandlerOnDispose { get; set; }

Remarks

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