RelayedHttpListenerResponse.StatusDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a text description of the HTTP status code returned to the client.
public string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Property StatusDescription As String
Property Value
The text description of the HTTP status code returned to the client.
Exceptions
The value specified for a set operation is null.
The value specified for a set operation contains non-printable characters.
An attempt was made to change this value after writing to the output stream.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.