Skip to content

82faa8cd f35d 8b80 2dd0 1ba3973331d0

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

SocketFacade.Send Method

Sends data to a connected remote socket.

Namespace: Plexdata.LogWriter.Internals.Facades
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 to the remote socket.

Implements

ISocketFacade.Send(Byte[])

Exceptions

 

Exception Condition
Exception Any exception thrown by Send(Byte[]).

Remarks

This method just calls Send(Byte[]).

See Also

Reference

SocketFacade Class
Plexdata.LogWriter.Internals.Facades Namespace

Clone this wiki locally