Credentials Constructor (String, String)

Routee SMSClient

Credentials Constructor (String, String)

Initializes a new instance of the Credentials class.

Namespace:  RouteeSMSClient.RouteeBase
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
public Credentials(
	string applicationId,
	string applicationSecret
)

Parameters

applicationId
Type: SystemString
The application identifier.
applicationSecret
Type: SystemString
The application secret.
See Also