次の方法で共有


HttpWorkerRequest.SendResponseFromMemory メソッド (IntPtr, Int32)

メモリ ブロックの指定したバイト数を応答に追加します。

Overloads Public Overridable Sub SendResponseFromMemory( _
   ByVal data As IntPtr, _   ByVal length As Integer _)
[C#]
public virtual void SendResponseFromMemory(IntPtrdata,intlength);
[C++]
public: virtual void SendResponseFromMemory(IntPtrdata,intlength);
[JScript]
public function SendResponseFromMemory(
   data : IntPtr,length : int);

パラメータ

  • data
    メモリ ブロックへのアンマネージ ポインタ。
  • length
    送信するバイト数。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

HttpWorkerRequest クラス | HttpWorkerRequest メンバ | System.Web 名前空間 | HttpWorkerRequest.SendResponseFromMemory オーバーロードの一覧