PosixWindows Class |
[Missing <summary> documentation for "T:Couchbase.Lite.PosixWindows"]
Namespace: Couchbase.Lite
public sealed class PosixWindows : PosixBase
The PosixWindows type exposes the following members.
| Name | Description | |
|---|---|---|
| PosixWindows | Initializes a new instance of the PosixWindows class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EADDRINUSE |
Address already in use
| |
| EADDRNOTAVAIL |
Can't assign requested address
| |
| EAFNOSUPPORT |
Address family not supported by protocol family
| |
| EAGAIN |
Resource temporarily unavailable
| |
| EALREADY |
Operation already in progress
| |
| EBADMSG |
Bad message
| |
| ECANCELED |
Operation canceled
| |
| ECONNABORTED |
Software caused connection abort
| |
| ECONNREFUSED |
Connection refused
| |
| ECONNRESET |
Connection reset by peer
| |
| EDEADLK |
Resource deadlock avoided
| |
| EDESTADDRREQ |
Destination address required
| |
| EHOSTUNREACH |
No route to host
| |
| EIDRM |
Identifier removed
| |
| EILSEQ |
Illegal byte sequence
| |
| EINPROGRESS |
Operation now in progress
| |
| EISCONN |
Socket is already connected
| |
| ELOOP |
Too many levels of symbolic links
| |
| EMSGSIZE |
Message too long
| |
| ENAMETOOLONG |
File name too long
| |
| ENETDOWN |
Network is down
| |
| ENETRESET |
Network dropped connection on reset
| |
| ENETUNREACH |
Network is unreachable
| |
| ENOBUFS |
No buffer space available
| |
| ENODATA |
No message available on STREAM
| |
| ENOLCK |
No locks available
| |
| ENOLINK |
Link has been severed
| |
| ENOMSG |
No message of desired type
| |
| ENOPROTOOPT |
Protocol not available
| |
| ENOSR |
No STREAM resources
| |
| ENOSTR |
Not a STREAM
| |
| ENOSYS |
Function not implemented
| |
| ENOTCONN |
Socket is not connected
| |
| ENOTEMPTY |
Directory not empty
| |
| ENOTRECOVERABLE |
State not recoverable
| |
| ENOTSOCK |
Socket operation on non-socket
| |
| ENOTSUP |
Operation not supported
| |
| EOPNOTSUPP |
Operation not supported on socket
| |
| EOTHER |
Undefined error
| |
| EOVERFLOW |
Value too large to be stored in data type
| |
| EOWNERDEAD |
Previous owner died
| |
| EPROTO |
Protocol error
| |
| EPROTONOSUPPORT |
Protocol not supported
| |
| EPROTOTYPE |
Protocol wrong type for socket
| |
| ETIME |
STREAM ioctl timeout
| |
| ETIMEDOUT |
Operation timed out
| |
| ETXTBSY |
Text file busy
| |
| EWOULDBLOCK |
Operation would block
|