Shadow Network Framework  0.0.2-alpha
.NET Client Library for Shadow Network Framework
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NSNFClient
 NExceptionsContains all exception thrown by SNFClient
 CClassInstanceUninitializedThrown in case a global instance was not initialized properly
 CClassUninitializedExceptions when a certain action requires a class to be initialized
 CConnectionContains Exception related to SNFClient.Connection
 CAlreadyConnectedThrown in case you are changing a value that cannot be changed after establishing a Connection
 CConnectingThrown in case you are changing a value that cannot be changed whilst establishing a Connection
 CNotConnectedThrown in case you are calling a method that requires establishing a Connection
 CNotConnectingThrown in case you are calling a method that requires to be called while establishing a Connection
 CInstanceUninitializedThorown in case a certain instance was not Initialized Properly
 COPCodeContains Exception related to SNFClient.OPCode
 CInvalidRankFoundThrown When an SNFClient.OPCode.Member was put somewhere different than it's rank
 CUnregistredThrown When an SNFClient.OPCode.Member was not registred but used
 CClientInfoContains Informations about the client Connected through the Connection instance
 CConnectionObjects of this class are what controls and handles Connections to the Host
 COPCodeObjects of this class Define the action to do to the host
 CBaseThis Class Defined THe Base OPCode Structure for Basic SNF Functioning
 CMemberObjects of this class Defines every OPCode instance
 CRequest"Request" Members are the object that are sent through SNF.Client.Connection
 CHandlerThis Class where each instance Handles the created Requests and sends them through the Connection it was Initialized with