HttpResponseWrapper.StatusDescription Eigenschap

Definitie

Hiermee wordt het HTTP-statusbericht opgehaald of ingesteld van de uitvoer die wordt geretourneerd naar de client.

public:
 virtual property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public override string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Overrides Property StatusDescription As String

Waarde van eigenschap

Het statusbericht van de HTTP-uitvoer die wordt geretourneerd naar de client. De standaardwaarde is 'OK'. Zie HTTP-statuscodes voor informatie over geldige statuscodes.

Uitzonderingen

StatusDescription is ingesteld nadat de HTTP-headers zijn verzonden.

De statuswaarde is langer dan 512 tekens.

Van toepassing op