Home
last modified time | relevance | path

Searched refs:client_cert_errors (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpConnection.cs62 int [] client_cert_errors; field in System.Net.HttpConnection
82 client_cert_errors = new int[] { (int)e }; in HttpConnection()
98 get { return client_cert_errors; }