Skip to content

ef835e09 addb 9e9c 951c fbb4003e395d

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

IUdpClientSocket Interface

An interface to allow physical data transmission.

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

Syntax

C#

internal interface IUdpClientSocket : IDisposable

The IUdpClientSocket type exposes the following members.

Methods

 

Name Description
Public method Connect Connects to the socket.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method Send Sends the payload via connected socket.
  Back to Top

Extension Methods

 

Name Description
Public Extension Method SafeDispose Ensures a safe object disposal. (Defined by DisposableExtension.)
  Back to Top

Remarks

This interface represents the abstraction of a facade of a UDP socket client.

See Also

Reference

Plexdata.LogWriter.Internals.Abstraction Namespace

Clone this wiki locally