Table of Contents

Class GenericThreadedRestSessionProvider<T>

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

Type Parameters

T
Inheritance
GenericThreadedRestSessionProvider<T>
Implements
Inherited Members

Constructors

GenericThreadedRestSessionProvider(string, ushort, bool, IHttpDriver)

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

Parameters

address string
port ushort
isSecure bool
httpDriver IHttpDriver

Fields

DefaultThreadSleepTime

public const int DefaultThreadSleepTime = 100

Field Value

int

Methods

CreateSession(T)

public IClientSession CreateSession(T client)

Parameters

client T

Returns

IClientSession

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