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

Interface IHttpClientFactory

csharp/GSDK_CSharp_Standard/HttpClientFactory.cs:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace Microsoft.Playfab.Gaming.GSDK.CSharp
2{
3 internal interface IHttpClientFactory
4 {
5 IHttpClient CreateInstance(string baseUrl);
6 }
7
8 internal class HttpClientFactory : IHttpClientFactory
9 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected