Net.Tcp Port Sharing Service是什么服務(wù)?
描述:服務(wù)提供Net.TCP協(xié)議共享TCP端口,也就是TCP端口共享服務(wù)
使用 Net.TCP 傳輸協(xié)議的自承載服務(wù)可以控制某些高級(jí)設(shè)置,如
ListenBacklog
和 MaxPendingAccepts
,這些設(shè)置控制用作網(wǎng)絡(luò)通信的基礎(chǔ) 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. 但是,如果傳輸綁定已禁用端口共享(默認(rèn)情況下是啟用的),則這些針對(duì)每個(gè)套接字的設(shè)置將僅在綁定級(jí)別適用。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è)人員才用的上,一般用戶不需要使用該服務(wù)。禁用!