Shadow Network Framework
0.0.2-alpha
.NET Client Library for Shadow Network Framework
|
Defines The Callbacks need for Event Handling. More...
Functions | |
delegate void | SimpleCB () |
Used for Events that Requires no Arguments. | |
delegate void | ExceptionCB (Exception ex) |
Used for Handling Any unhandled Exception. | |
delegate void | SocketExceptionCB (SocketException ex) |
Used For Handling any Exception that happend during The Connection to The Host. | |
delegate void | RequestCB (Request Response) |
Used for handling Incoming requests Either Response or Server. | |
Defines The Callbacks need for Event Handling.
delegate void SNFClient.Callbacks.SimpleCB | ( | ) |
Used for Events that Requires no Arguments.
delegate void SNFClient.Callbacks.ExceptionCB | ( | Exception | ex | ) |
Used for Handling Any unhandled Exception.
ex | The Unknown Exception |
delegate void SNFClient.Callbacks.SocketExceptionCB | ( | SocketException | ex | ) |
Used For Handling any Exception that happend during The Connection to The Host.
ex | Socket Exception |