Shadow Network Framework
0.0.1-alpha
.NET Client Library for Shadow Network Framework
|
▼NSNFClient | |
▼NExceptions | Contains all exception thrown by SNFClient |
CClassInstanceUninitialized | Thrown in case a global instance was not initialized properly |
CClassUninitialized | Exceptions when a certain action requires a class to be initialized |
▼CConnection | Contains Exception related to SNFClient.Connection |
CAlreadyConnected | Thrown in case you are changing a value that cannot be changed after establishing a Connection |
CConnecting | Thrown in case you are changing a value that cannot be changed whilst establishing a Connection |
CNotConnected | Thrown in case you are calling a method that requires establishing a Connection |
CNotConnecting | Thrown in case you are calling a method that requires to be called while establishing a Connection |
CInstanceUninitialized | Thorown in case a certain instance was not Initialized Properly |
▼COPCode | Contains Exception related to SNFClient.OPCode |
CInvalidRankFound | Thrown When an SNFClient.OPCode.Member was put somewhere different than it's rank |
CClientInfo | Contains Informations about the client Connected through the Connection instance |
CConnection | Objects of this class are what controls and handles Connections to the Host |
▼COPCode | Objects of this class Define the action to do to the host |
CBase | This Class Defined THe Base OPCode Structure for Basic SNF Functioning |
CMember | Objects of this class Defines every OPCode instance |
▼CRequest | "Request" Members are the object that are sent through SNF.Client.Connection |
CHandler | This Class where each instance Handles the created Requests and sends them through the Connection it was Initialized with |