HttpMultipartFormDataContent.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that can be used to enumerate the contents in the HttpMultipartFormDataContent object.
public:
virtual IIterator<IHttpContent ^> ^ First() = IIterable<IHttpContent ^>::First;
IIterator<IHttpContent> First();
public IIterator<IHttpContent> First();
function first()
Public Function First () As IIterator(Of IHttpContent)
Returns
An object that can be used to enumerate the contents in the HttpMultipartFormDataContent object.