websocket-sharp/Example2/App.config

8 lines
214 B
Plaintext
Raw Normal View History

2012-08-04 14:51:31 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
2013-07-19 16:29:58 +08:00
<add key="ServerCertFile" value="/path/to/cert.pfx"/>
<add key="CertFilePassword" value="password"/>
2012-08-04 14:51:31 +08:00
</appSettings>
</configuration>