Open GoogleCodeExporter opened 9 years ago
[deleted comment]
「WebMutableURLRequest::setClientCertificate()」 was not able to be built
within the 「navigate()」 by WebKit.NET.
----------
public void Navigate(string url)
WebMutableURLRequest request = new WebMutableURLRequestClass();
request.setClientCertificate(cert)⇒⇒⇒⇒I was not able to write this
code.
Original comment by k.watana...@gmail.com
on 20 Dec 2012 at 10:28
While doing many things, it came to pass along building.
In the following steps.
①setClientCertificate method is added to WebKit.idl.
②Interfaces.vcproj is built.
③WebKIt.tlb file is generated.
④WebKit.tlb file is brought to WebKit.NET and JSCore.vcproj is built.
Original comment by k.watana...@gmail.com
on 20 Dec 2012 at 10:40
but MyApplication falls by setClientCertificate execution.
Original comment by k.watana...@gmail.com
on 20 Dec 2012 at 10:42
Original issue reported on code.google.com by
k.watana...@gmail.com
on 19 Dec 2012 at 1:06