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
屬性值
ServicePoint,連接到用於 SMTP 的 Host 屬性。
例外狀況
備註
屬性的 ServicePoint 設定是使用應用程式或計算機組態檔和 ServicePointManager 類別中指定的預設值來建立。