Syntax
Readonly property Port as Integer
Description
This property used to set the Port of the Server which is type of Integer.
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub SetPort_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SetPort.Click Server.port = 7777 End Sub
See Also