次の方法で共有


HttpExtensions.AppendHttpResponse メソッド (StringBuilder, CloudHttpResponseErrorInfo)

 

HTTP 応答を追加します。

名前空間:   Microsoft.WindowsAzure.Common.Internals
アセンブリ:  Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll 内)

構文

public static void AppendHttpResponse(
    this StringBuilder text,
    CloudHttpResponseErrorInfo response
)
public:
[ExtensionAttribute]
static void AppendHttpResponse(
    StringBuilder^ text,
    CloudHttpResponseErrorInfo^ response
)
static member AppendHttpResponse : 
        text:StringBuilder *
        response:CloudHttpResponseErrorInfo -> unit
<ExtensionAttribute>
Public Shared Sub AppendHttpResponse (
    text As StringBuilder,
    response As CloudHttpResponseErrorInfo
)

パラメーター

参照

AppendHttpResponse オーバーロード
HttpExtensions クラス
Microsoft.WindowsAzure.Common.Internals 名前空間

トップに戻る