Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / HttpRawResponse.cs / 3 / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PermissionToken.cs
- Cell.cs
- SpellerError.cs
- CodeSubDirectoriesCollection.cs
- CrossSiteScriptingValidation.cs
- DataListItemEventArgs.cs
- _ListenerRequestStream.cs
- SoapMessage.cs
- DragDropHelper.cs
- MatrixCamera.cs
- StylusLogic.cs
- HttpWebRequestElement.cs
- ApplicationHost.cs
- MetadataArtifactLoaderCompositeFile.cs
- SafeRegistryKey.cs
- TextTreeDeleteContentUndoUnit.cs
- ByteConverter.cs
- TypeLibConverter.cs
- TargetFrameworkAttribute.cs
- ListViewGroupItemCollection.cs
- DocumentsTrace.cs
- DataGridViewColumnCollection.cs
- DesignTimeVisibleAttribute.cs
- DescendantQuery.cs
- ConditionalBranch.cs
- CopyEncoder.cs
- ErrorWrapper.cs
- HandledEventArgs.cs
- LayeredChannelFactory.cs
- StylusLogic.cs
- PeerApplication.cs
- ErrorFormatterPage.cs
- OutputScopeManager.cs
- X509Utils.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ICspAsymmetricAlgorithm.cs
- LogStore.cs
- CryptoConfig.cs
- StringHandle.cs
- NativeMethods.cs
- HighlightComponent.cs
- WorkflowRuntimeServiceElement.cs
- SecuritySessionServerSettings.cs
- DocumentScope.cs
- Table.cs
- SerializationSectionGroup.cs
- ImageDrawing.cs
- UniqueIdentifierService.cs
- XmlKeywords.cs
- CredentialCache.cs
- XmlDownloadManager.cs
- WeakReferenceEnumerator.cs
- TextBoxBase.cs
- Model3D.cs
- Track.cs
- MenuBase.cs
- XPathCompileException.cs
- SmtpMail.cs
- ValueType.cs
- CachedRequestParams.cs
- ComponentDispatcher.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SecurityUtils.cs
- Control.cs
- ErrorWrapper.cs
- UIntPtr.cs
- XmlSchemaSimpleContent.cs
- DbModificationCommandTree.cs
- Int64Converter.cs
- WindowsPen.cs
- unsafeIndexingFilterStream.cs
- UnaryNode.cs
- AlgoModule.cs
- WebPartConnectionsCancelEventArgs.cs
- PageContent.cs
- Int64Converter.cs
- PublisherMembershipCondition.cs
- DataList.cs
- DesignerCategoryAttribute.cs
- SchemaObjectWriter.cs
- Thread.cs
- pingexception.cs
- CriticalHandle.cs
- ColumnReorderedEventArgs.cs
- FakeModelPropertyImpl.cs
- AutoGeneratedField.cs
- ConfigurationPropertyAttribute.cs
- COSERVERINFO.cs
- DateTimeConverter.cs
- NavigationProperty.cs
- WorkflowServiceAttributes.cs
- StandardOleMarshalObject.cs
- RequestBringIntoViewEventArgs.cs
- SQLBoolean.cs
- RegionInfo.cs
- DynamicQueryStringParameter.cs
- QueryPageSettingsEventArgs.cs
- StorageInfo.cs
- LambdaCompiler.Statements.cs
- PatternMatcher.cs