Contents

socketNativeHandle

Value is a CFData object that contains the native handle for a socket stream—of type Cfsocketnativehandle—to which the socket stream is connected.

Declaration

static let socketNativeHandle: CFStreamPropertyKey!

Discussion

This property is only available for socket streams. You cannot modify this value. You can read this value at any time.

See Also

Constants