Click or drag to resize

PosixWindows Class

[Missing <summary> documentation for "T:Couchbase.Lite.PosixWindows"]

Inheritance Hierarchy

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public sealed class PosixWindows : PosixBase

The PosixWindows type exposes the following members.

Constructors
  NameDescription
Public methodPosixWindows
Initializes a new instance of the PosixWindows class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberEADDRINUSE
Address already in use
Public fieldStatic memberEADDRNOTAVAIL
Can't assign requested address
Public fieldStatic memberEAFNOSUPPORT
Address family not supported by protocol family
Public fieldStatic memberEAGAIN
Resource temporarily unavailable
Public fieldStatic memberEALREADY
Operation already in progress
Public fieldStatic memberEBADMSG
Bad message
Public fieldStatic memberECANCELED
Operation canceled
Public fieldStatic memberECONNABORTED
Software caused connection abort
Public fieldStatic memberECONNREFUSED
Connection refused
Public fieldStatic memberECONNRESET
Connection reset by peer
Public fieldStatic memberEDEADLK
Resource deadlock avoided
Public fieldStatic memberEDESTADDRREQ
Destination address required
Public fieldStatic memberEHOSTUNREACH
No route to host
Public fieldStatic memberEIDRM
Identifier removed
Public fieldStatic memberEILSEQ
Illegal byte sequence
Public fieldStatic memberEINPROGRESS
Operation now in progress
Public fieldStatic memberEISCONN
Socket is already connected
Public fieldStatic memberELOOP
Too many levels of symbolic links
Public fieldStatic memberEMSGSIZE
Message too long
Public fieldStatic memberENAMETOOLONG
File name too long
Public fieldStatic memberENETDOWN
Network is down
Public fieldStatic memberENETRESET
Network dropped connection on reset
Public fieldStatic memberENETUNREACH
Network is unreachable
Public fieldStatic memberENOBUFS
No buffer space available
Public fieldStatic memberENODATA
No message available on STREAM
Public fieldStatic memberENOLCK
No locks available
Public fieldStatic memberENOLINK
Link has been severed
Public fieldStatic memberENOMSG
No message of desired type
Public fieldStatic memberENOPROTOOPT
Protocol not available
Public fieldStatic memberENOSR
No STREAM resources
Public fieldStatic memberENOSTR
Not a STREAM
Public fieldStatic memberENOSYS
Function not implemented
Public fieldStatic memberENOTCONN
Socket is not connected
Public fieldStatic memberENOTEMPTY
Directory not empty
Public fieldStatic memberENOTRECOVERABLE
State not recoverable
Public fieldStatic memberENOTSOCK
Socket operation on non-socket
Public fieldStatic memberENOTSUP
Operation not supported
Public fieldStatic memberEOPNOTSUPP
Operation not supported on socket
Public fieldStatic memberEOTHER
Undefined error
Public fieldStatic memberEOVERFLOW
Value too large to be stored in data type
Public fieldStatic memberEOWNERDEAD
Previous owner died
Public fieldStatic memberEPROTO
Protocol error
Public fieldStatic memberEPROTONOSUPPORT
Protocol not supported
Public fieldStatic memberEPROTOTYPE
Protocol wrong type for socket
Public fieldStatic memberETIME
STREAM ioctl timeout
Public fieldStatic memberETIMEDOUT
Operation timed out
Public fieldStatic memberETXTBSY
Text file busy
Public fieldStatic memberEWOULDBLOCK
Operation would block
Top
See Also