SocketTools .NET Edition

PopClient.RemotePort Property

Gets and sets a value which specifies the remote port number.

[Visual Basic]
Public Property RemotePort As Integer
[C#]
public int RemotePort {get; set;}

Property Value

An integer value which specifies a port number.

Remarks

The RemotePort property is used to set the port number that will be used to establish a connection with a remote host. If the port number specifies a well-known port, the RemoteService property will be updated with that name.

See Also

PopClient Class | SocketTools Namespace