tgstation-server
6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Client.GraphQL
IAuthenticatedGraphQLServerClient.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Client.GraphQL
2
{
6
public
interface
IAuthenticatedGraphQLServerClient
:
IGraphQLServerClient
7
{
11
ITransferClient
TransferClient
{
get
; }
12
}
13
}
Tgstation.Server.Client.GraphQL.IAuthenticatedGraphQLServerClient
A IGraphQLServerClient known to be authenticated.
Definition
IAuthenticatedGraphQLServerClient.cs:7
Tgstation.Server.Client.GraphQL.IAuthenticatedGraphQLServerClient.TransferClient
ITransferClient TransferClient
The REST ITransferClient.
Definition
IAuthenticatedGraphQLServerClient.cs:11
Tgstation.Server.Client.GraphQL.IGraphQLServerClient
Wrapper for using a TGS IGraphQLClient.
Definition
IGraphQLServerClient.cs:13
Tgstation.Server.Client.ITransferClient
For transferring data Streams.
Definition
ITransferClient.cs:13
Tgstation.Server.Client.GraphQL
Definition
AuthenticatedGraphQLServerClient.cs:12
Generated by
1.9.8