getStatus

The getstatus and putStatus methods of the IResponse interface retrieve or set the value of the Status property, respectively.

Syntax

public abstract java.lang.String getStatus();
public abstract void putStatus(java.lang.String Status);

Return Value

Returns a string that contains the status line of the server.

Parameters

Status [in] A string that contains the new Status value.

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