طريقة System::Net::Http::HttpContent::LoadIntoBuffer

HttpContent::LoadIntoBuffer() method

يسلسِل المحتوى إلى مخزن الذاكرة.

void System::Net::Http::HttpContent::LoadIntoBuffer()

انظر أيضًا

HttpContent::LoadIntoBuffer(int64_t) method

يسلسِل المحتوى إلى مخزن الذاكرة.

void System::Net::Http::HttpContent::LoadIntoBuffer(int64_t maxBufferSize)
ParameterTypeالوصف
maxBufferSizeint64_tالحد الأقصى لعدد البايتات في المخزن المؤقت للاستخدام.

انظر أيضًا