MCPcopy Create free account
hub / github.com/PlayFab/gsdk / IHttpClient

Interface IHttpClient

csharp/GSDK_CSharp_Standard/HttpClientWrapper.cs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 using Newtonsoft.Json;
9
10 internal interface IHttpClient
11 {
12 Task<HeartbeatResponse> SendHeartbeatAsync(HeartbeatRequest request);
13 Task SendInfoAsync(string url);
14 }
15
16 internal class HttpClientWrapper : IHttpClient
17 {

Callers 2

TestInitializeMethod · 0.45
HeartbeatAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected