C# Class System.Net.Tests.FtpWebRequestTest.FtpExecutionMode

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
UseAsync bool
UseOldStyleAsync bool
UsePassive bool
UseSsl bool

Public Methods

Method Description
FtpExecutionMode ( bool useSsl, bool usePassive, bool useAsync, bool useOldStyleAsync ) : System.Collections.Generic

Method Details

FtpExecutionMode() public method

public FtpExecutionMode ( bool useSsl, bool usePassive, bool useAsync, bool useOldStyleAsync ) : System.Collections.Generic
useSsl bool
usePassive bool
useAsync bool
useOldStyleAsync bool
return System.Collections.Generic

Property Details

UseAsync public property

public bool UseAsync
return bool

UseOldStyleAsync public property

public bool UseOldStyleAsync
return bool

UsePassive public property

public bool UsePassive
return bool

UseSsl public property

public bool UseSsl
return bool