Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / HttpRawResponse.cs / 1 / HttpRawResponse.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Lean representation of response data * * Copyright (c) 1998 Microsoft Corporation */ namespace System.Web { using System.Collections; internal class HttpRawResponse { private int _statusCode; private String _statusDescr; private ArrayList _headers; private ArrayList _buffers; private bool _hasSubstBlocks; internal HttpRawResponse(int statusCode, string statusDescription, ArrayList headers, ArrayList buffers, bool hasSubstBlocks) { _statusCode = statusCode; _statusDescr = statusDescription; _headers = headers; _buffers = buffers; _hasSubstBlocks = hasSubstBlocks; } internal int StatusCode { get { return _statusCode;} } internal String StatusDescription { get { return _statusDescr;} } // list of HttpResponseHeader objects internal ArrayList Headers { get { return _headers;} } // list of IHttpResponseElement objects internal ArrayList Buffers { get { return _buffers; } } internal bool HasSubstBlocks { get { return _hasSubstBlocks;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Lean representation of response data * * Copyright (c) 1998 Microsoft Corporation */ namespace System.Web { using System.Collections; internal class HttpRawResponse { private int _statusCode; private String _statusDescr; private ArrayList _headers; private ArrayList _buffers; private bool _hasSubstBlocks; internal HttpRawResponse(int statusCode, string statusDescription, ArrayList headers, ArrayList buffers, bool hasSubstBlocks) { _statusCode = statusCode; _statusDescr = statusDescription; _headers = headers; _buffers = buffers; _hasSubstBlocks = hasSubstBlocks; } internal int StatusCode { get { return _statusCode;} } internal String StatusDescription { get { return _statusDescr;} } // list of HttpResponseHeader objects internal ArrayList Headers { get { return _headers;} } // list of IHttpResponseElement objects internal ArrayList Buffers { get { return _buffers; } } internal bool HasSubstBlocks { get { return _hasSubstBlocks;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RawStylusInputReport.cs
- StorageMappingItemCollection.cs
- FileChangeNotifier.cs
- Flattener.cs
- DateTimeOffsetAdapter.cs
- JapaneseCalendar.cs
- UnwrappedTypesXmlSerializerManager.cs
- StackBuilderSink.cs
- _ProxyChain.cs
- ServiceModelSecurityTokenRequirement.cs
- SQLDoubleStorage.cs
- XamlWriter.cs
- DeclarativeConditionsCollection.cs
- TableProviderWrapper.cs
- ThicknessAnimation.cs
- PolygonHotSpot.cs
- XhtmlBasicTextBoxAdapter.cs
- Int32.cs
- QilValidationVisitor.cs
- DataStorage.cs
- SafeFileMapViewHandle.cs
- FileRecordSequenceCompletedAsyncResult.cs
- SimpleTableProvider.cs
- RoleManagerEventArgs.cs
- GridItem.cs
- WmlValidationSummaryAdapter.cs
- ClientSettingsStore.cs
- BasicBrowserDialog.designer.cs
- DataComponentGenerator.cs
- Single.cs
- CachedRequestParams.cs
- InstanceHandleConflictException.cs
- SocketPermission.cs
- MenuItem.cs
- FixedTextContainer.cs
- ReliabilityContractAttribute.cs
- DoubleAnimation.cs
- IteratorFilter.cs
- PageAction.cs
- ButtonFieldBase.cs
- LateBoundBitmapDecoder.cs
- RegexCompilationInfo.cs
- WebPartActionVerb.cs
- RectangleHotSpot.cs
- SecuritySessionServerSettings.cs
- RegexCaptureCollection.cs
- DetailsViewPagerRow.cs
- DashStyles.cs
- SamlNameIdentifierClaimResource.cs
- ListBoxItemAutomationPeer.cs
- SqlCacheDependencyDatabaseCollection.cs
- SiteMapNodeItemEventArgs.cs
- SafePointer.cs
- InvokeGenerator.cs
- SizeAnimationBase.cs
- IssuanceLicense.cs
- SmiSettersStream.cs
- ConfigDefinitionUpdates.cs
- Win32Exception.cs
- PlatformNotSupportedException.cs
- DbExpressionRules.cs
- TypeConverter.cs
- ToolStripScrollButton.cs
- MediaCommands.cs
- HttpBrowserCapabilitiesWrapper.cs
- CompensatableSequenceActivity.cs
- WorkflowApplicationEventArgs.cs
- RuntimeConfig.cs
- SByte.cs
- BrowserCapabilitiesCodeGenerator.cs
- TextViewSelectionProcessor.cs
- VideoDrawing.cs
- FontFamily.cs
- HttpCookiesSection.cs
- HGlobalSafeHandle.cs
- DragSelectionMessageFilter.cs
- XPathDescendantIterator.cs
- PropertyEntry.cs
- DNS.cs
- SettingsPropertyNotFoundException.cs
- PathHelper.cs
- BuiltInPermissionSets.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- TraceXPathNavigator.cs
- TextParaClient.cs
- PipeException.cs
- TreeView.cs
- ChoiceConverter.cs
- CheckBox.cs
- ConnectionStringsExpressionEditor.cs
- AdRotator.cs
- BlockExpression.cs
- WorkflowViewElement.cs
- WebHttpBinding.cs
- StorageModelBuildProvider.cs
- SQLBoolean.cs
- XmlUtil.cs
- LayoutUtils.cs
- ToolStripGrip.cs
- QilBinary.cs