Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来检查远程服务器上是否启用了 TRACE,有人知道该怎么做吗?内置库是否具有此功能?
到目前为止,我的程序使用 WebRequest、URI 和 TcpClient 库,其中一个库是否有它?
如果您查看 msdn 网站,它会解释
using System.web
有 TraceContext.IsEnabled
MSDN 说明