View on GitHub

PSWinCom Gateway Client

Client library for connecting to PSWinCom Gateway XML api

Download this project as a .zip file Download this project as a tar.gz file

Installing

PM> Install-Package PSWinCom.Gateway.Client

Sending SMS

Gateway .Client("https://xml.pswin.com", "username", "password") .Send( new Sms("2077", "4799999999", "Test æøå") );