Skip to content

4fd69be3 5bf4 71d4 5436 4820ea849559

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

ClientFacade Methods

The ClientFacade type exposes the following members.

Methods

 

Name Description
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.)
Private method IsSuccessful Checks if data transmission was successful.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Send Sends provided payload using underlying WEB/HTTP client.
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

ClientFacade Class
Plexdata.LogWriter.Internals.Facades Namespace

Clone this wiki locally