Click or drag to resize
TcpNetworkClient Methods

The TcpNetworkClient type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the established connection.
Public methodConnect(EndPoint, Boolean)
Initiates TCP connect to remote endpoint.
Public methodConnect(String, Int32, Boolean)
Initiates TCP connect to remote endpoint.
Public methodEquals
Tests if this TcpNetworkClient is considered equal to another.
Public methodSend(Byte)
Sends a buffer to the remote end of the connection.
Public methodSend(String)
Send this message.
Public methodSend(OffsetBufferByte)
Sends a buffer to the remote end of the connection.
Public methodShutdown
Call Shutdown before Close() to ensure that data is sent/received before the socket is closed.
Public methodStartReceiveChain
When packet reception is needed, this method starts the initial receive chain.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also