Table of Contents

Class GenericRestSessionProvider<T>

Namespace
TaleWorlds.Diamond.ClientApplication
Assembly
TaleWorlds.Diamond.dll
public class GenericRestSessionProvider<T> : IClientSessionProvider<T> where T : Client<T>

Type Parameters

T
Inheritance
GenericRestSessionProvider<T>
Implements
Inherited Members

Constructors

GenericRestSessionProvider(string, ushort, bool, IHttpDriver)

public GenericRestSessionProvider(string address, ushort port, bool isSecure, IHttpDriver httpDriver)

Parameters

address string
port ushort
isSecure bool
httpDriver IHttpDriver

Methods

CreateSession(T)

public IClientSession CreateSession(T session)

Parameters

session T

Returns

IClientSession

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).