Fauna v10 .NET/C# Driver
0.2.0-beta
Loading...
Searching...
No Matches
Fauna
Client
IConnection.cs
Go to the documentation of this file.
1
namespace
Fauna
;
2
6
internal
interface
IConnection : IDisposable
7
{
16
Task<HttpResponseMessage> DoPostAsync(
17
string
path,
18
Stream
body,
19
Dictionary<string, string> headers,
20
CancellationToken cancel);
21
}
Stream
Fauna.Types.Stream Stream
Definition
Serializer.cs:4
Fauna
Definition
Client.cs:8
Generated by
1.12.0