Skip to content

ae72d3a5 5def d92e 7578 e4a9fa34b9fe

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

IWebClientSocket.Send Method

Sends the payload via connected socket.

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

Syntax

C#

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.

Remarks

This method sends the payload via connected socket.

See Also

Reference

IWebClientSocket Interface
Plexdata.LogWriter.Internals.Abstraction Namespace
ISocketFacade.Send(Byte[])

Clone this wiki locally