For a list of all members of this type, see Tcp members.
"| Name | Description | |
|---|---|---|
![]() | BeginConnect | Overloaded. Connect to a server asynchronously, specifying the local interface to use. The Tcp.EndConnect event is raised when completed. |
![]() | BeginReceive | Overloaded. Receive data into your buffer asynchronously specifying a buffer, offset, count and SocketFlags value. The Tcp.EndReceive event is raised when completed. |
![]() | BeginSend | Overloaded. Send data from your buffer asynchronously, specifying a buffer, offset, count and SocketFlags value. The Tcp.EndSend event is raised when completed. |
![]() | Close | Overloaded. Close the connection. |
![]() | Connect | Overloaded. Connect to a host, specifying the local interface to use. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Releases all resources associated with the object. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Receive | Overloaded. Receive data from the host, specifying a buffer, offset, count and SocketFlags value. |
![]() | Send | Overloaded. Send data to the server, specifying a buffer, offset, count and SocketFlags value. |
![]() | WaitFor | Overloaded. Reads data from the stream until the specified string is found. |
| Name | Description | |
|---|---|---|
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |

