C# 클래스 System.Net.Mail.Tests.SmtpClientTest

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
DeliveryMethodTest void
EnableSslTest void
HostTest void
InvalidHostTest void
PickupDirectoryLocationTest void
PortTest void
Port_Value_Invalid void
Send_Message_Null void
Send_Network_Host_Null void
Send_Network_Host_Whitespace void
Send_SpecifiedPickupDirectory void
Send_SpecifiedPickupDirectoryInvalid void
ServicePoint_GetsCachedInstanceSpecificToHostPort void
ServicePoint_NetCoreApp_AddressIsAccessible void
ServicePoint_NetFramework_AddressIsInaccessible void
ServicePoint_ReflectsHostAndPortChange void
TestCredentialsCopyInAsyncContext void
TestDefaultsOnProperties void
TestMailDelivery void
TestMailDeliveryAsync void
TestTimeout void

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
DeliveryMethodTest ( SmtpDeliveryMethod method ) : void
EnableSslTest ( bool value ) : void
HostTest ( string host ) : void
InvalidHostTest ( ) : void
PickupDirectoryLocationTest ( string folder ) : void
PortTest ( int value ) : void
Port_Value_Invalid ( int value ) : void
Send_Message_Null ( ) : void
Send_Network_Host_Null ( ) : void
Send_Network_Host_Whitespace ( ) : void
Send_SpecifiedPickupDirectory ( ) : void
Send_SpecifiedPickupDirectoryInvalid ( string location ) : void
ServicePoint_GetsCachedInstanceSpecificToHostPort ( ) : void
ServicePoint_NetCoreApp_AddressIsAccessible ( ) : void
ServicePoint_NetFramework_AddressIsInaccessible ( ) : void
ServicePoint_ReflectsHostAndPortChange ( ) : void
TestCredentialsCopyInAsyncContext ( ) : void
TestDefaultsOnProperties ( ) : void
TestMailDelivery ( ) : void
TestMailDeliveryAsync ( ) : void
TestTimeout ( int value ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void