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가 0입니다.

설명

에 대 한 설정 합니다 ServicePoint 속성은 애플리케이션 또는 컴퓨터 구성 파일에 지정 된 기본값을 사용 하 여 생성 됩니다 및 ServicePointManager 클래스입니다.

적용 대상

추가 정보