ResponseDescription - конструктор
Пространство имён: Tessa.Web.Client.ServicesСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.6.0.22
public ResponseDescription(
int code,
string body = null,
params KeyValuePair<string, string>[] headers
)
Public Sub New (
code As Integer,
Optional body As String = Nothing,
ParamArray headers As KeyValuePair(Of String, String)()
)
public:
ResponseDescription(
int code,
String^ body = nullptr,
... array<KeyValuePair<String^, String^>>^ headers
)
new :
code : int *
?body : string *
headers : KeyValuePair<string, string>[]
(* Defaults:
let _body = defaultArg body null
*)
-> ResponseDescription
Параметры
- code Int32
-
- body String (Optional)
-
- headers KeyValuePairString, String
-