Net.Tcp Port Sharing Service是什么服務?
描述:服務提供Net.TCP協(xié)議共享TCP端口,也就是TCP端口共享服務
使用 Net.TCP 傳輸協(xié)議的自承載服務可以控制某些高級設置,如
ListenBacklog
和 MaxPendingAccepts
,這些設置控制用作網(wǎng)絡通信的基礎 TCP 套接字的行為。Self-hosted services that use the Net.TCP transport can control several advanced settings, such as ListenBacklog
and MaxPendingAccepts
, which govern the behavior of the underlying TCP socket used for network communication. 但是,如果傳輸綁定已禁用端口共享(默認情況下是啟用的),則這些針對每個套接字的設置將僅在綁定級別適用。However, these settings for each socket only apply at the binding level if the transport binding has disabled port sharing, which is enabled by default.專業(yè)人員才用的上,一般用戶不需要使用該服務。禁用!