System.Web.HttpRequest.BufferlessInputStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void
			public override void SetLength (long value)
			{
				throw new NotSupportedException ("Can not set length on the HttpRequest.BufferlessInputStream");
			}