Skip to content

52333b5d b9af d139 d295 cd387440cd93

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

ClientFacade.Send Method

Sends provided payload using underlying WEB/HTTP client.

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 transmitted bytes or zero in case of any error.

Implements

IClientFacade.Send(Byte[])

Remarks

This method sends provided payload using underlying WEB/HTTP client.

See Also

Reference

ClientFacade Class
Plexdata.LogWriter.Internals.Facades Namespace
System.Net.HttpWebRequest

Clone this wiki locally