Shadow Network Framework
0.0.2-alpha
.NET Client Library for Shadow Network Framework
|
▼CException | |
CSNFClient.Exceptions.ClassInstanceUninitialized | Thrown in case a global instance was not initialized properly |
CSNFClient.Exceptions.ClassUninitialized | Exceptions when a certain action requires a class to be initialized |
CSNFClient.Exceptions.Connection.AlreadyConnected | Thrown in case you are changing a value that cannot be changed after establishing a Connection |
CSNFClient.Exceptions.Connection.Connecting | Thrown in case you are changing a value that cannot be changed whilst establishing a Connection |
CSNFClient.Exceptions.Connection.NotConnected | Thrown in case you are calling a method that requires establishing a Connection |
CSNFClient.Exceptions.Connection.NotConnecting | Thrown in case you are calling a method that requires to be called while establishing a Connection |
CSNFClient.Exceptions.InstanceUninitialized | Thorown in case a certain instance was not Initialized Properly |
CSNFClient.Exceptions.OPCode.InvalidRankFound | Thrown When an SNFClient.OPCode.Member was put somewhere different than it's rank |
CSNFClient.Exceptions.OPCode.Unregistred | Thrown When an SNFClient.OPCode.Member was not registred but used |
CSNFClient.ClientInfo | Contains Informations about the client Connected through the Connection instance |
CSNFClient.Connection | Objects of this class are what controls and handles Connections to the Host |
CSNFClient.Exceptions.Connection | Contains Exception related to SNFClient.Connection |
CSNFClient.Exceptions.OPCode | Contains Exception related to SNFClient.OPCode |
CSNFClient.OPCode | Objects of this class Define the action to do to the host |
CSNFClient.OPCode.Base | This Class Defined THe Base OPCode Structure for Basic SNF Functioning |
CSNFClient.OPCode.Member | Objects of this class Defines every OPCode instance |
CSNFClient.Request | "Request" Members are the object that are sent through SNF.Client.Connection |
CSNFClient.Request.Handler | This Class where each instance Handles the created Requests and sends them through the Connection it was Initialized with |