Method | Description | |
---|---|---|
ChatManagerExtension ( ) : System |
Initializes a new instance of the ChatManagerExtension class.
|
|
GetProtocol ( string name ) : IProtocolExtension |
Gets the ProtocolExtension for the protocol with the given name.
|
|
LoadSettings ( ) : void |
Loads all network settings.
|
|
RegisterProtocol ( IProtocolExtension prot ) : void |
Registeres a new chat protocol, that can be used by the chatting extension.
|
|
SaveSettings ( ) : void |
Saves all network settings.
|
|
Start ( |
Starts the ChatManagerExtension.
|
|
Stop ( ) : void |
Stops the ChatManagerExtension.
|
Method | Description | |
---|---|---|
Connection_StatusChanged ( object sender, |
Handles the Connection.StatusChanged event.
|
|
openConnections_AddedConnection ( object sender, |
Handles the openConnections.ConnectionAdded event.
|
|
openConnections_RemovedConnection ( object sender, |
Handles the openConnections.RemovedConnection event.
|
public GetProtocol ( string name ) : IProtocolExtension | ||
name | string | The name of the protocol. |
return | IProtocolExtension |
public RegisterProtocol ( IProtocolExtension prot ) : void | ||
prot | IProtocolExtension | /// An instance of the IProtocol interface for the given protocol. /// |
return | void |
public Start ( |
||
context | ||
return | void |