getStatus

The getStatus method of the Response class returns a string that indicates the status of the server. This status is described using a status code. Status codes are defined in the HTTP specification.

public string getStatus();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.