FileProfileSettings Class

Definition

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

Applies to