ISmsGateway.ProxyHostName
Gets or sets the host name of the proxy server.
Namespace: Imanami.PublicInterfaces
Assembly: Imanami.PublicInterfaces.dll
Syntax
string ProxyHostName { get; set; }
Return Value
Type: System.String
The host name of the proxy server.
Remarks
If communication with the SMS gateway is through a proxy server, you can use this property to provide the host name of the proxy server.
See Also