Syntax
Public Function StopServer() As String
Description
This function turns the Sever Off if the status of the server was On so clients cannot connect to the Server.After StopServer method executesServerStatusevent fired.
Parameters
No parameters.
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub Stop_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Stop.Click server.stopServer () End Sub
See Also