Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft