WebHelperGetBoundary - метод
Пространство имён: Tessa.WebСборка: Tessa.Web (в Tessa.Web.dll) Версия: 3.6.0.22
public static string GetBoundary(
MediaTypeHeaderValue contentType,
int? lengthLimit = null
)
Public Shared Function GetBoundary (
contentType As MediaTypeHeaderValue,
Optional lengthLimit As Integer? = Nothing
) As String
public:
static String^ GetBoundary(
MediaTypeHeaderValue^ contentType,
Nullable<int> lengthLimit = nullptr
)
static member GetBoundary :
contentType : MediaTypeHeaderValue *
?lengthLimit : Nullable<int>
(* Defaults:
let _lengthLimit = defaultArg lengthLimit null
*)
-> string
- contentType MediaTypeHeaderValue
-
- lengthLimit NullableInt32 (Optional)
-
String