Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server port. The "port" element has been replaced with the "localport" element to be more constant with "udpserver". Future versions may remove the "port" element so developers should use the "localport" element.
Content type: unsignedInt
Examples: port examples
| Sibling Name | Sibling Description |
<port> element siblings
| <description> | Description of the Transmission Control Protocol/Internet Protocol (TCP/IP) server connection. |
| <history> | Specifies the TCP/IP server history. |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. |
| <specreference> | Specification reference for this Transmission Control Protocol/Internet Protocol (TCP/IP) server connection. |
| <multiplex> | Specifies that this is a multiplex TCP/IP server. |
| <localhost> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server local host. |
| <localport> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server local port. |
| <readsize> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server read size in bytes. |
| <writesize> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) server write size in bytes. |
| <linger> | Specifies the Transmission Control Protocol/Internet Protocol (TCP/IP) linger value. A value of -1 specifies to use the default values. A value of zero specifies no linger. A value greater than zero is the milliseconds linger value. See the Socket class for more details. |