System::Net::Security::SslStream::Write method

SslStream::Write(const ArrayPtr<uint8_t>&) method

يكتب مصفوفة البايت المحددة إلى الدفق.

void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer)
ParameterTypeالوصف
المخزن المؤقتconst ArrayPtr<uint8_t>&مصفوفة البايت للكتابة.

انظر أيضًا

SslStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method

يكتب النطاق الفرعي المحدد من البايتات من مصفوفة البايتات المحددة إلى التدفق.

void System::Net::Security::SslStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterTypeالوصف
المخزن المؤقتconst ArrayPtr<uint8_t>&المصفوفة التي تحتوي على البايتات للكتابة
الإزاحةint32_tمؤشر يبدأ من الصفر للعنصر في buffer الذي يبدأ عنده النطاق الفرعي للكتابة
countint32_tعدد العناصر في النطاق الفرعي للكتابة

انظر أيضًا

SslStream::Write(const System::Details::ArrayView<uint8_t>&) method

يكتب مصفوفة البايت المحددة إلى الدفق.

void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer)
ParameterTypeالوصف
المخزن المؤقتconst System::Details::ArrayView<uint8_t>&مصفوفة البايت للكتابة.

انظر أيضًا

SslStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method

يكتب النطاق الفرعي المحدد من البايتات من مصفوفة البايتات المحددة إلى التدفق.

void System::Net::Security::SslStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterTypeالوصف
المخزن المؤقتconst System::Details::ArrayView<uint8_t>&المصفوفة التي تحتوي على البايتات للكتابة
الإزاحةint32_tمؤشر يبدأ من الصفر للعنصر في buffer الذي يبدأ عنده النطاق الفرعي للكتابة
countint32_tعدد العناصر في النطاق الفرعي للكتابة

انظر أيضًا