Skip to content

b98657c2 0338 cefc 82a3 3efab6a5cb39

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

TcpClientSocket Methods

The TcpClientSocket type exposes the following members.

Methods

 

Name Description
Public method Close Closes the socket.
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 Open Opens the socket.
Public method Send Sends the payload via connected 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

TcpClientSocket Class
Plexdata.LogWriter.Internals.Sockets Namespace

Clone this wiki locally