C# Class System.Net.Mail.Tests.SmtpClientTest

Inheritance: IDisposable
Show file Open project: dotnet/corefx

Private Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void