Table of Contents

Class SwiftSmsGatewayClient

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class SwiftSmsGatewayClient
Inheritance
SwiftSmsGatewayClient
Inherited Members
Extension Methods

Constructors

SwiftSmsGatewayClient(IHttpClientFactory, IJsonSerializerBase)

public SwiftSmsGatewayClient(IHttpClientFactory factory, IJsonSerializerBase serializer)

Parameters

factory IHttpClientFactory
serializer IJsonSerializerBase

Fields

OkResponse

public const string OkResponse = "Message queued successfully"

Field Value

string

Methods

Send(string, string)

public string Send(string phoneNumber, string message)

Parameters

phoneNumber string
message string

Returns

string