ISmsClientResult.ProviderResponse Property

Routee SMSClient

ISmsClientResultProviderResponse Property

Gets or sets the provider response.

Namespace:  SMSInterfaces.Interfaces
Assembly:  SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
Syntax
C#
Dictionary<string, string> ProviderResponse { get; set; }

Property Value

Type: DictionaryString, String
The provider response.
See Also