SmtpClient.ServicePoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于传输电子邮件的网络连接。
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。
例外
注解
属性的设置 ServicePoint 是使用应用程序或计算机配置文件和 ServicePointManager 类中指定的默认值创建的。