Skip to content

e5e7025c 70b4 d168 b680 b088806e74f9

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

TcpClientSocket.Send Method

Sends the payload via connected socket.

Namespace: Plexdata.LogWriter.Internals.Sockets
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

public int Send(
	byte[] payload
)

Parameters

 

payload
Type: System.Byte[]
The payload to send.

Return Value

Type: Int32
The number of bytes sent. Zero is returned if either the socket is not yet connected, or the payload is null or empty, or an exception was thrown.

Implements

ITcpClientSocket.Send(Byte[])

Remarks

This method sends the payload via connected socket.

See Also

Reference

TcpClientSocket Class
Plexdata.LogWriter.Internals.Sockets Namespace

Clone this wiki locally