WebWindowsAuthServerRequest
public class WebWindowsAuthServerRequest : IHaveStatus, IHaveUrl, IHaveIsUserLoadBalancingEnabled, IHaveKeywordsAndNotes
Represents a request for updating a web windows auth server.
Gets or sets a value indicating whether user load balancing should be enabled on the server.
Gets or sets the 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 windows authentication server.
Gets or sets the URL of the server.
public WebWindowsAuthServerRequest()
Initializes a new instance of the WebWindowsAuthServerRequest class with all properties set to their default values.
Initializes a new instance of the WebWindowsAuthServerRequest class with property values copied from a response object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.