SslStream::Write Method
.NET Framework (current version)
Writes data to this stream.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Write(array<Byte>^) | Writes the specified data to this stream. |
![]() | Write(array<Byte>^, Int32, Int32) | Write the specified number of Bytes to the underlying stream using the specified buffer and offset.(Overrides Stream::Write(array<Byte>^, Int32, Int32).) |
Show:
