ResponseDescription - конструктор

Инициализирует новый экземпляр класса ResponseDescription

Definition

Пространство имён: Tessa.Web.Client.Services
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.6.0.22
C#
public ResponseDescription(
	int code,
	string body = null,
	params KeyValuePair<string, string>[] headers
)

Параметры

code  Int32
 
body  String  (Optional)
 
headers  KeyValuePairString, String
 

См. также