Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 999 Bytes

httpbuffercontent_httpbuffercontent_1985205386.md

File metadata and controls

33 lines (22 loc) · 999 Bytes
-api-id -api-type
M:Windows.Web.Http.HttpBufferContent.#ctor(Windows.Storage.Streams.IBuffer)
winrt method

Windows.Web.Http.HttpBufferContent.HttpBufferContent

-description

Initializes a new instance of the HttpBufferContent class with the specified buffer.

-parameters

-param content

The content used to initialize the HttpBufferContent.

-remarks

The entire buffer specified in the content parameter is used to initialize the HttpBufferContent.

Below are the exceptions that this function throws.

E_INVALIDARG

The content parameter is null (Nothing in Visual Basic).

-examples

See POST binary data over HTTP.

-see-also

HttpBufferContent(IBuffer, UInt32, UInt32)