SslStream::Write Method

 

Writes data to this stream.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodWrite(array<Byte>^)

Writes the specified data to this stream.

System_CAPS_pubmethodWrite(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).)

Return to top
Show: