ResponseDescription - конструктор |
Пространство имён:
Tessa.Web.Client.Services
Сборка:
Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.5.0.19
Синтаксис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
- Тип: SystemInt32
- body (Optional)
- Тип: SystemString
- headers
- Тип: System.Collections.GenericKeyValuePairString, String
См. также