C# Class SocketServers.ServerInfoEventArgs

Inheritance: ServerChangeEventArgs
Datei anzeigen Open project: vf1/serversockets Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Format ( string api, string function, uint error ) : string
ServerInfoEventArgs ( ServerEndPoint serverEndPoint, Exception error ) : System
ServerInfoEventArgs ( ServerEndPoint serverEndPoint, SocketError error ) : System
ServerInfoEventArgs ( ServerEndPoint serverEndPoint, SocketException error ) : System
ServerInfoEventArgs ( ServerEndPoint serverEndPoint, string error ) : System
ServerInfoEventArgs ( ServerEndPoint serverEndPoint, string api, string function, uint error ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string