HttpRequestWrapper.TotalBytes 속성

정의

현재 입력 스트림의 바이트 수를 가져옵니다.

public:
 virtual property int TotalBytes { int get(); };
public override int TotalBytes { get; }
member this.TotalBytes : int
Public Overrides ReadOnly Property TotalBytes As Integer

속성 값

Int32

입력 스트림의 바이트 수입니다.

적용 대상