Share via


Write Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Write the specified number of bytes to the underlying stream using the specified buffer and offset.

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

Syntax

'Declaration
Public Overrides Sub Write ( _
    buffer As Byte(), _
    offset As Integer, _
    size As Integer _
)
public override void Write(
    byte[] buffer,
    int offset,
    int size
)
public:
virtual void Write(
    array<unsigned char>^ buffer, 
    int offset, 
    int size
) override
abstract Write : 
        buffer:byte[] * 
        offset:int * 
        size:int -> unit 
override Write : 
        buffer:byte[] * 
        offset:int * 
        size:int -> unit 
public override function Write(
    buffer : byte[], 
    offset : int, 
    size : int
)

Parameters

  • buffer
    Type: array<System. . :: . .Byte> [] () [] []
    An array that supplies the bytes written to the stream.
  • offset
    Type: System. . :: . .Int32
    The zero-based location in buffer at which to begin reading bytes to be written to the stream.

.NET Framework Security

See Also

Reference

SslStream Class

Microsoft.SPOT.Net.Security Namespace