SimpleWorkerRequest.SendStatus(Int32, String) Methode

Definitie

Hiermee geeft u de HTTP-statuscode en statusbeschrijving van het antwoord; Bijvoorbeeld SendStatus(200, "OK").

public:
 override void SendStatus(int statusCode, System::String ^ statusDescription);
public override void SendStatus(int statusCode, string statusDescription);
override this.SendStatus : int * string -> unit
Public Overrides Sub SendStatus (statusCode As Integer, statusDescription As String)

Parameters

statusCode
Int32

De statuscode die moet worden verzonden.

statusDescription
String

De statusbeschrijving die moet worden verzonden.

Van toepassing op