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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
UseAsync bool
UseOldStyleAsync bool
UsePassive bool
UseSsl bool

Méthodes publiques

Méthode Description
FtpExecutionMode ( bool useSsl, bool usePassive, bool useAsync, bool useOldStyleAsync ) : System.Collections.Generic

Method Details

FtpExecutionMode() public méthode

public FtpExecutionMode ( bool useSsl, bool usePassive, bool useAsync, bool useOldStyleAsync ) : System.Collections.Generic
useSsl bool
usePassive bool
useAsync bool
useOldStyleAsync bool
Résultat System.Collections.Generic

Property Details

UseAsync public_oe property

public bool UseAsync
Résultat bool

UseOldStyleAsync public_oe property

public bool UseOldStyleAsync
Résultat bool

UsePassive public_oe property

public bool UsePassive
Résultat bool

UseSsl public_oe property

public bool UseSsl
Résultat bool