FileProfileSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings used by FileProfile during its creation and throughout its lifetime
public class FileProfileSettings
type FileProfileSettings = class
Public Class FileProfileSettings
- Inheritance
-
FileProfileSettings
Constructors
FileProfileSettings(MipContext, CacheStorageType, IConsentDelegate) |
FileProfileSettings constructor |
Properties
CacheStorageType |
Storage Type to use - whether or not state should be stored on disk. |
CanCacheLicenses |
Configures whether or not end user licenses (EULs) will be cached locally |
ConsentDelegate |
The consent delegate used to connect to external URLs |
DnsRedirection |
Gets or sets the dns redirection mode that controls how redirection is handled during online operations |
LoggerContext |
Logger context that will be opaquely passed to the logger delegate for logs associated with the created profile |
MipContext |
Global MIP context state |