public abstract class BasicServer
Constructors
Declaration
protected BasicServer(string name)
Parameters
| Type |
Name |
Description |
| String |
name |
|
Properties
Declaration
public bool Listening { get; }
Property Value
Declaration
public static string LocalIP { get; }
Property Value
Declaration
protected string Name { get; set; }
Property Value
Declaration
Property Value
Declaration
protected abstract string[] ShellArgs { get; }
Property Value
Declaration
public abstract Uri URL { get; }
Property Value
Methods
Declaration
public virtual void Close()
Declaration
public virtual bool Listen(int port)
Parameters
| Type |
Name |
Description |
| Int32 |
port |
|
Returns