Syntax
Public Function StartServer () As String
Description
This function is used to start listening to aspecific port whichshould be set using Port property to enable gateway connectiionto that port.
Parameters
No parameters.
Sample
Private Sub start_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles start.Click'CurSer is predefined variable as CVertexCurSvrAPICurSer.startserver ()End Sub
See Also