Shadow Network Framework  0.0.2-alpha
.NET Client Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNFClient.Request.Handler Class Reference

This Class where each instance Handles the created Requests and sends them through the Connection it was Initialized with. More...

Public Member Functions

void JoinHandlers ()
 Joins until The Handler's Threads are stopped.
 
void StopHandlers ()
 Sends a Stop signal.
 

Static Public Member Functions

static void Initialize (Connection Cnx)
 Initializes a new Handler instance with the Connection instance.
 

Properties

static bool isInitialized [get]
 Gets if the Handler Instance is Initialized or not.
 
static Handler Instance [get, set]
 Allows you to Change/Get the default Handler instance.
 
bool IsInstanceInitialized [get]
 Gets is the Instance is Initialized or not.
 

Detailed Description

This Class where each instance Handles the created Requests and sends them through the Connection it was Initialized with.

Member Function Documentation

◆ Initialize()

static void SNFClient.Request.Handler.Initialize ( Connection Cnx)
static

Initializes a new Handler instance with the Connection instance.

Parameters
CnxThe Connection Instance

◆ JoinHandlers()

void SNFClient.Request.Handler.JoinHandlers ( )

Joins until The Handler's Threads are stopped.

◆ StopHandlers()

void SNFClient.Request.Handler.StopHandlers ( )

Sends a Stop signal.

Note
It will not guarantee that it will be stopped immediatly, call JoinHandlers to wait until it stops

Property Documentation

◆ isInitialized

bool SNFClient.Request.Handler.isInitialized
staticget

Gets if the Handler Instance is Initialized or not.

◆ Instance

Handler SNFClient.Request.Handler.Instance
staticgetset

Allows you to Change/Get the default Handler instance.

◆ IsInstanceInitialized

bool SNFClient.Request.Handler.IsInstanceInitialized
get

Gets is the Instance is Initialized or not.


The documentation for this class was generated from the following file: