Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) .jpeg) | BuildPackagePath(Guid) | Creates a full path to the Windows Installer package with the specified identifier. | 
| .jpeg) .jpeg) | GetClientDownloadUri(Guid, String) | Returns the URI that the client computer uses to download a file from the server. | 
Fields
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | BasePackagePath | Defines the local path to the location where the add-in packages are stored. | 
| .jpeg) .jpeg) | ClientBinaryDownloadPort | Defines the port that is used for downloading binary files from the client computer to the server. | 
| .jpeg) .jpeg) | ClientBinaryVdirName | Defines the name of the shared folder from which client computers download Windows Installer packages. | 
| .jpeg) .jpeg) | ClientLocalPath | Defines the temporary location where Windows Installer packages are stored on the client computer. | 
| .jpeg) .jpeg) | 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