websocket-sharp/Example2/App.config

7 lines
166 B
Plaintext
Raw Normal View History

2012-08-04 14:51:31 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ServerCertPath" value="/path/to/server.cer" />
</appSettings>
</configuration>