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