@@ -67,10 +67,15 @@ uint16_t _SOCKS5Port; #ifdef OF_WII uint16_t _port; #endif } + +#ifdef OF_HAVE_CLASS_PROPERTIES +@property (class, nullable, copy, nonatomic) OFString *SOCKS5Host; +@property (class, nonatomic) uint16_t SOCKS5Port; +#endif /*! * Whether the socket is a listening socket. */ @property (readonly, nonatomic, getter=isListening) bool listening;