- Timestamp:
- 1/21/2010 2:59:08 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Util/PostDataBuilder.cs
r1619 r1626 122 122 set 123 123 { 124 if (Stream.Length != 0) 125 throw new InvalidOperationException("The boundary cannot be set as data " + 126 "already exists in the buffer."); 124 using (Stream stream = Stream) 125 if (stream.Length != 0) 126 throw new InvalidOperationException("The boundary cannot be set as data " + 127 "already exists in the buffer."); 127 128 boundary = value; 128 129 }
Note: See TracChangeset
for help on using the changeset viewer.
