tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Common
Http
IAbstractHttpClientFactory.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Common.Http
2
{
6
public
interface
IAbstractHttpClientFactory
7
{
12
IHttpClient
CreateClient
();
13
}
14
}
Tgstation.Server.Common.Http.IAbstractHttpClientFactory
Creates IHttpClients.
Definition
IAbstractHttpClientFactory.cs:7
Tgstation.Server.Common.Http.IAbstractHttpClientFactory.CreateClient
IHttpClient CreateClient()
Create a IHttpClient.
Tgstation.Server.Common.Http.IHttpClient
For sending HTTP requests.
Definition
IHttpClient.cs:13
Tgstation.Server.Common.Http
Definition
CachedResponseStream.cs:7
Generated by
1.9.8