ConnectionEnd public abstract class ConnectionEnd RFC 2246 Documentation Code namespace Org.BouncyCastle.Tls { public abstract class ConnectionEnd { public const int server = 0; public const int client = 1; } }