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