TcpConnection Class
Namespace: Riptide.Transports.Tcp
Assembly: RiptideNetworking.dll
public class TcpConnection : Connection, IEquatable<TcpConnection>
Implements
Inherited Members
Fields
| RemoteEndPoint | The endpoint representing the other end of the connection. |
Methods
| Equals(TcpConnection) | |
| Equals(object) | |
| GetHashCode() | |
| Send(byte[], int) | Sends data. |
| ToString() |
Operators
| operator ==(TcpConnection, TcpConnection) | |
| operator !=(TcpConnection, TcpConnection) |