Syntax
Public Function StartServer() As String
Description
This Function turns the Sever On if the status of the server isOff so clients can connect to the Server.After StartServer method executesServerStatusevent fired.
Parameters
No parameters.
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub Start_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Start.Click server.StartServer () End Sub
See Also