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