| void GPublishServer | ( | string | server_name, |
| bool | publish, | ||
| bool | save | ||
| ) |
Publishes Or removes local gcaps server from the network
| server_name | Name to publish server under. |
| publish | True=publish server, False=remove server. |
| save | Save this configuration for future server reboots. |
| System.Exception | Will throw an exception if anything other than G_NO_ERROR Is received from gclib. |