Skip to content

7543b46e b28c f2e3 e8b6 372451c5f36e

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

SocketFacade Methods

The SocketFacade 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 Frees all disposable instance resources.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Send Sends data to a connected remote socket.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Extension Methods

 

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

See Also

Reference

SocketFacade Class
Plexdata.LogWriter.Internals.Facades Namespace

Clone this wiki locally