Fauna csharp driver  4.2.0
Namespaces | Classes | Enumerations
FaunaDB.Client Namespace Reference

A thread-safe static helper used to store the last seen transaction time returned by the database. More...

Namespaces

namespace  Utils
 

Classes

class  Builder
 Builder class for DefaultClientIO class
 
class  DefaultClientIO
 Default client that handles all http connections using HttpClient.
 
class  HttpRequestExtensions
 Http Client proper timing out
 
class  TimeoutHandler
 
class  EventField
 
class  FaunaClient
 C# native client for FaunaDB. More...
 
class  HttpMethodKindExtensions
 
interface  IClientIO
 Handles actual I/O for a FaunaClient. More...
 
class  LastSeen
 
class  RequestResult
 Stores information about a single request and response. More...
 
class  RuntimeEnvironmentHeader
 
interface  IEnvironmentEditor
 
class  EnvironmentEditor
 
class  StreamingEventHandler
 
class  Unsubscriber
 
class  StreamingEventMonitor
 
class  StreamingRequestResult
 

Enumerations

enum class  HttpMethodKind {
  Get , Post , Put , Patch ,
  Delete
}
 A method used by the FaunaClient. More...
 

Detailed Description

A thread-safe static helper used to store the last seen transaction time returned by the database.

Enumeration Type Documentation

◆ HttpMethodKind

A method used by the FaunaClient.

Enumerator
Get 
Post 
Put 
Patch 
Delete 

Definition at line 8 of file HttpMethodKind.cs.