7 references to ServerInformation
System.Deployment (7)
System\Deployment\Application\DownloadResult.cs (1)
12public ServerInformation ServerInformation { get; }
System\Deployment\Application\Logger.cs (6)
159protected ServerInformation _applicationServerInformation; 161protected ServerInformation _deploymentProviderServerInformation; 163protected ServerInformation _subscriptionServerInformation; 168public ServerInformation ApplicationServerInformation { set; } 170public ServerInformation DeploymentProviderServerInformation { set; } 172public ServerInformation SubscriptionServerInformation { set; }