Chat2DeskClient Constructor

Chat2Desk

Chat2Desk

Chat2DeskClient Constructor

Initializes a new instance of the [Chat2DeskClient] class.

Namespace:  Chat2Desk
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


public Chat2DeskClient(
	string chat2DeskToken,
	IWebProxy webProxy
)
Public Sub New ( _
	chat2DeskToken As String, _
	webProxy As IWebProxy _
)
public:
Chat2DeskClient(
	String^ chat2DeskToken, 
	IWebProxy^ webProxy
)

Parameters

chat2DeskToken
Type: String
chat2desk token.
webProxy
Type: IWebProxy
The web proxy.

Exceptions


ExceptionCondition
[ArgumentException]Токен не может быть пустым - chat2DeskToken