SslStream.Write Method
.NET Framework 3.5
Writes data to this stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Write(Byte[]) | Writes the specified data to this stream. |
|
Write(Byte[], Int32, Int32) | Write the specified number of Bytes to the underlying stream using the specified buffer and offset. (Overrides Stream.Write(Byte[], Int32, Int32).) |