WebServerRequest
public class WebServerRequest : IHaveStatus, IHaveUrl, IHaveIsUserLoadBalancingEnabled, IHaveKeywordsAndNotes
Represents a request for updating a web server.
Gets or sets a boolean value representing whether user load balancing is enabled on the server.
Gets or sets any keywords associated with the resource server.
Gets or sets an optional description or other information about the resource server.
Gets or sets the status of the web server.
Gets or sets URL of the server.
public WebServerRequest()
Initializes an instance of a web server with all properties set to their default values
Initializes an instance of a web server with a response object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.