Config Class

 

Represents the configuration settings for the add-in provider.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure.Config

Syntax

public static class Config
public ref class Config abstract sealed 
Public NotInheritable Class Config

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BuildPackagePath(Guid)

Creates a full path to the Windows Installer package with the specified identifier.

System_CAPS_pubmethodSystem_CAPS_static GetClientDownloadUri(Guid, String)

Returns the URI that the client computer uses to download a file from the server.

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static BasePackagePath

Defines the local path to the location where the add-in packages are stored.

System_CAPS_pubfieldSystem_CAPS_static ClientBinaryDownloadPort

Defines the port that is used for downloading binary files from the client computer to the server.

System_CAPS_pubfieldSystem_CAPS_static ClientBinaryVdirName

Defines the name of the shared folder from which client computers download Windows Installer packages.

System_CAPS_pubfieldSystem_CAPS_static ClientLocalPath

Defines the temporary location where Windows Installer packages are stored on the client computer.

System_CAPS_pubfieldSystem_CAPS_static LocalSharePath

Defines the local path to the shared folder that contains the Windows Installer packages for the client computers.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top