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

Datei anzeigen 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_oe property

public bool UseAsync
return bool

UseOldStyleAsync public_oe property

public bool UseOldStyleAsync
return bool

UsePassive public_oe property

public bool UsePassive
return bool

UseSsl public_oe property

public bool UseSsl
return bool