Secure socket attributes indicate conditions on the socket. For example, the
sock_attr_canread attribute indicates that a secure socket is ready for reading. When an attribute is
true, it means that the corresponding operation on the secure socket can be executed without blocking. For more information about attributes, see the typedef
RWSecureSocketAttribute.