ISmsGateway.ProxyPassword
Gets or sets the password of the user account that will be used for connecting to the proxy server.
Namespace: Imanami.PublicInterfaces
Assembly: Imanami.PublicInterfaces.dll
Syntax
string ProxyPassword { get; set; }
Return Value
Type: System.String
The password of the proxy account.
Remarks
Use this property if your proxy server requires a user name and password for connecting to it.
See Also