Method | Description | |
---|---|---|
CreateNetwork ( string name ) : INetwork |
Creates a new network configuration, for the implemented protocol.
|
|
GetInstance ( ) : |
Gets the instance of the protocol representation class.
|
Method | Description | |
---|---|---|
IrcProtocol ( ) : System |
Prevents a default instance of the IrcProtocol class from being created.
|
public CreateNetwork ( string name ) : INetwork | ||
name | string | The name of the network configuration. |
return | INetwork |