.NET Wrapper for Text Messaging API
App.Config
- This is the app.config class that comes with the sample app. You don't have to store your information in a config file, but if you do, these are the keys the default constructors in this wrapper DLL will use.
< Previous |
Home
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Credentials.TxtSignal.Username" value="" />
<add key="Credentials.TxtSignal.Password" value="" />
<add key="Credentials.TxtSignal.ClientID" value="" />
<add key="TxtSignal.Options.GroupName" value="" />
<add key="ServiceUrls.TxtSignal" value="" />
</appSettings>
</configuration> < Previous |
Home Send any
comments or questions and we will do our best to respond!
Bored? Check out
our blog.