Event.fd

The socket file descriptor.

This property function may only be called if Event.type is one of: connected, listening, accepted, closed or disonnected.

struct Event
@property const pure nothrow
fd
()

Throws

Error if the property is called for a wrong event type.

Meta