Fauna .NET Driver
0.1.0-beta
Loading...
Searching...
No Matches
repo.git
Fauna
Client
IConnection.cs
Go to the documentation of this file.
1
namespace
Fauna
;
2
6
public
interface
IConnection
: IDisposable
7
{
16
Task<HttpResponseMessage>
DoPostAsync
(
17
string
path,
18
Stream body,
19
Dictionary<string, string> headers,
20
CancellationToken cancel);
21
}
Fauna.IConnection
Represents an interface for connections to a Fauna database.
Definition
IConnection.cs:7
Fauna.IConnection.DoPostAsync
Task< HttpResponseMessage > DoPostAsync(string path, Stream body, Dictionary< string, string > headers, CancellationToken cancel)
Asynchronously sends a POST request to the specified path with the provided body and headers.
Fauna
Definition
Client.cs:9
Generated by
1.9.8