Skip to content

e8e82113 98af 338b 7018 119d3c7117d2

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

ISocketFacade 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 ISocketFacade : IDisposable

The ISocketFacade type exposes the following members.

Methods

 

Name Description
Public method Close Closes the remote socket connection and releases all associated resources.
Public method Connect Connects to an instance of IPEndPoint.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method Send Sends data to a connected remote 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 or TCP client.

See Also

Reference

Plexdata.LogWriter.Internals.Abstraction Namespace

Clone this wiki locally