Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate C# (CSharp) Method

ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate() private method

private ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate ( HTTPRequestHandle hRequest, [ bRequireVerifiedCertificate ) : bool
hRequest HTTPRequestHandle
bRequireVerifiedCertificate [
return bool
		public static extern bool ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate(HTTPRequestHandle hRequest, [MarshalAs(UnmanagedType.I1)] bool bRequireVerifiedCertificate);
NativeMethods