// Assembly: System
// Full name: Mono.Btls.MonoBtlsSslError

namespace Mono.Btls
{
public class MonoBtlsSslError // TypeDefIndex: 7642
{
	// Fields
	type#20890 value__;
	type#22852 None;
	type#22852 Ssl;
	type#22852 WantRead;
	type#22852 WantWrite;
	type#22852 WantX509Lookup;
	type#22852 Syscall;
	type#22852 ZeroReturn;
	type#22852 WantConnect;
	type#22852 WantAccept;
	type#22852 WantChannelIdLookup;
	type#22852 PendingSession;
	type#22852 PendingCertificate;
	type#22852 WantPrivateKeyOperation;
}
}
