NetTcpSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 NetTcpPortSharing 共享服务的配置元素。 此类不能被继承。
public ref class NetTcpSection sealed : System::Configuration::ConfigurationSection
public sealed class NetTcpSection : System.Configuration.ConfigurationSection
type NetTcpSection = class
inherit ConfigurationSection
Public NotInheritable Class NetTcpSection
Inherits ConfigurationSection
- 继承
注解
NET。TCP 端口共享服务允许多个进程共享同一 TCP 端口。 此类包含配置此服务的属性。
构造函数
| 名称 | 说明 |
|---|---|
| NetTcpSection() |
初始化 NetTcpSection 类的新实例。 |