
Net.Tcp Port Sharing Service是什么服务?
描述:服务提供Net.TCP协议共享TCP端口,也就是TCP端口共享服务
使用 Net.TCP 传输协议的自承载服务可以控制某些高级设置,如
ListenBacklog 和 MaxPendingAccepts,这些设置控制用作网络通信的基础 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.专业人员才用的上,一般用户不需要使用该服务。禁用!




