Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.