Interface IEndpointProvider<T>
- Namespace
- TypedRest.CommandLine
- Assembly
- TypedRest.CommandLine.dll
Builds IEndpoint instances.
public interface IEndpointProvider<out T> where T : IEndpoint
Type Parameters
T
The type of endpoint created.
Methods
Build()
Builds a new endpoint.
T Build()
Returns
- T
ResetAuthentication()
Clears any cached authentication information.
void ResetAuthentication()