SmtpClient.ServicePoint 属性

定义

获取用于传输电子邮件的网络连接。

public:
 property System::Net::ServicePoint ^ ServicePoint { System::Net::ServicePoint ^ get(); };
public System.Net.ServicePoint ServicePoint { get; }
member this.ServicePoint : System.Net.ServicePoint
Public ReadOnly Property ServicePoint As ServicePoint

属性值

连接到用于 SMTP 的 ServicePoint 属性的 Host

例外

Hostnull 或为空字符串 ("")。

- 或 -

Port 为零。

注解

属性的设置 ServicePoint 是使用应用程序或计算机配置文件和 ServicePointManager 类中指定的默认值创建的。

适用于

另请参阅