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
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public bool disposeCertificateHandlerOnDispose { get; set; }
Remarks
Default: true.
If no CertificateHandler is attached to this UnityWebRequest, this property has no effect.