System::Net::Http::HttpContent::Dispose method

HttpContent::Dispose method

Disposes the current instance. This method also disposes the stream that is returned by ‘ReadAsStream’ and the memory buffer if it is created.

void System::Net::Http::HttpContent::Dispose() override

See Also