Sends data to the server through this channel.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Function Send ( _ buffer As Byte(), _ offset As Integer, _ count As Integer _ ) As Integer |
C# |
---|
public int Send( byte[] buffer, int offset, int count ) |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
The storage location of the data to be sent.
- offset
- Type: System..::..Int32
The offset to the array at which the data starts.
- count
- Type: System..::..Int32
Number of bytes to send.