WebClientHelperGetBoundary - метод |
Пространство имён:
Tessa.Web.Client
Сборка:
Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.5.0.19
Синтаксисpublic static string GetBoundary(
MediaTypeHeaderValue contentType,
int? lengthLimit
)
Public Shared Function GetBoundary (
contentType As MediaTypeHeaderValue,
lengthLimit As Integer?
) As String
public:
static String^ GetBoundary(
MediaTypeHeaderValue^ contentType,
Nullable<int> lengthLimit
)
static member GetBoundary :
contentType : MediaTypeHeaderValue *
lengthLimit : Nullable<int> -> string
Параметры
- contentType
- Тип: Microsoft.Net.Http.HeadersMediaTypeHeaderValue
- lengthLimit
- Тип: SystemNullableInt32
Возвращаемое значение
Тип:
String
См. также