|
TotalBytes (Request オブジェクト)
cnt = Request.TotalBytes
引数
解説
クライアントが要求し、送信した合計バイト数を取得します。 使用例
c = Request.TotalBytes
関連項目
Cookies|Form|QueryString|ServerVariables| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |