Skip to content

91ccdec2 b646 ed89 755d b0b713039962

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

ISocketFacade.Send Method

Sends data to a connected remote 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 to the remote socket.

Exceptions

 

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

Remarks

This method just calls Send(Byte[]).

See Also

Reference

ISocketFacade Interface
Plexdata.LogWriter.Internals.Abstraction Namespace

Clone this wiki locally