BlazorWasmClientFactory
Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class BlazorWasmClientFactory : IClientFactory
Properties
Client
View Source
Declaration
public JsonApiClient Client { get; }
Gateway
View Source
Declaration
public IServiceGateway Gateway { get; }
Methods
GetGateway()
View Source
Declaration
public IServiceGateway GetGateway()
Returns
IServiceGateway
GetClient()
View Source
Declaration
public JsonApiClient GetClient()
Returns
ServiceStack.JsonApiClient
Implements
ServiceStack.IClientFactory