Shadow Network Framework  0.0.1-alpha
.NET Client Library for Shadow Network Framework
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CException
 CSNFClient.Exceptions.ClassInstanceUninitializedThrown in case a global instance was not initialized properly
 CSNFClient.Exceptions.ClassUninitializedExceptions when a certain action requires a class to be initialized
 CSNFClient.Exceptions.Connection.AlreadyConnectedThrown in case you are changing a value that cannot be changed after establishing a Connection
 CSNFClient.Exceptions.Connection.ConnectingThrown in case you are changing a value that cannot be changed whilst establishing a Connection
 CSNFClient.Exceptions.Connection.NotConnectedThrown in case you are calling a method that requires establishing a Connection
 CSNFClient.Exceptions.Connection.NotConnectingThrown in case you are calling a method that requires to be called while establishing a Connection
 CSNFClient.Exceptions.InstanceUninitializedThorown in case a certain instance was not Initialized Properly
 CSNFClient.Exceptions.OPCode.InvalidRankFoundThrown When an SNFClient.OPCode.Member was put somewhere different than it's rank
 CSNFClient.ClientInfoContains Informations about the client Connected through the Connection instance
 CSNFClient.ConnectionObjects of this class are what controls and handles Connections to the Host
 CSNFClient.Exceptions.ConnectionContains Exception related to SNFClient.Connection
 CSNFClient.Exceptions.OPCodeContains Exception related to SNFClient.OPCode
 CSNFClient.OPCodeObjects of this class Define the action to do to the host
 CSNFClient.OPCode.BaseThis Class Defined THe Base OPCode Structure for Basic SNF Functioning
 CSNFClient.OPCode.MemberObjects of this class Defines every OPCode instance
 CSNFClient.Request"Request" Members are the object that are sent through SNF.Client.Connection
 CSNFClient.Request.HandlerThis Class where each instance Handles the created Requests and sends them through the Connection it was Initialized with