次の方法で共有


RelayedHttpListenerResponse.StatusDescription プロパティ

定義

クライアントへ返される HTTP ステータス コードの説明テキストを取得または設定します。

public string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Property StatusDescription As String

プロパティ値

クライアントへ返される HTTP ステータス コードの説明テキスト。

例外

設定操作に指定された値は null です。

設定操作として指定した値に印刷できない文字が含まれます。

出力ストリームへの書き込み後に、この値を変更しようとしました。

適用対象