Share via


SettingsSection.Socket 属性

定义

获取控制套接字设置的配置元素。

public:
 property System::Net::Configuration::SocketElement ^ Socket { System::Net::Configuration::SocketElement ^ get(); };
[System.Configuration.ConfigurationProperty("socket")]
public System.Net.Configuration.SocketElement Socket { get; }
[<System.Configuration.ConfigurationProperty("socket")>]
member this.Socket : System.Net.Configuration.SocketElement
Public ReadOnly Property Socket As SocketElement

属性值

控制套接字设置的配置元素。

属性

适用于

另请参阅