REMOTE-PORT attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Indicates the port number of the socket.
Data type: INTEGER
Access: Read-only
Applies to: Socket object handle
When
a server and client successfully establish a connection, both the server
and client have a socket object that identifies this connection.
On the client, this attribute returns the port number used on the
server machine for this socket connection. On the server, this attribute
returns the port number used on the client machine for this socket
connection. If the CONNECT failed, this attribute returns the Unknown value (?).