Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 836 Bytes

httpmultipartformdatacontent_httpmultipartformdatacontent_290278668.md

File metadata and controls

30 lines (20 loc) · 836 Bytes
-api-id -api-type
M:Windows.Web.Http.HttpMultipartFormDataContent.#ctor(System.String)
winrt method

Windows.Web.Http.HttpMultipartFormDataContent.HttpMultipartFormDataContent

-description

Initializes a new instance of the HttpMultipartFormDataContent class with the specified boundary string.

-parameters

-param boundary

The boundary string for the multipart content.

-remarks

Below are the exceptions that this function throws.

E_INVALIDARG

The boundary parameter is null (Nothing in Visual Basic) or contains only white space characters or the boundary ends with a space character.

The length of the boundary parameter is greater than 70.

-examples

-see-also