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
- HitTestDrawingContextWalker.cs
- DataBindingValueUIHandler.cs
- Rotation3DAnimation.cs
- DataGridViewLayoutData.cs
- DateTimeUtil.cs
- CompiledAction.cs
- IDQuery.cs
- CustomWebEventKey.cs
- DataKey.cs
- UniformGrid.cs
- WindowsFormsHelpers.cs
- DataKey.cs
- TablePatternIdentifiers.cs
- SafeNativeMethods.cs
- SymLanguageType.cs
- String.cs
- Line.cs
- RTLAwareMessageBox.cs
- HierarchicalDataSourceIDConverter.cs
- RightsManagementEncryptionTransform.cs
- HtmlEncodedRawTextWriter.cs
- LocalBuilder.cs
- BasicAsyncResult.cs
- SubMenuStyle.cs
- PtsHost.cs
- Crypto.cs
- HelpFileFileNameEditor.cs
- MultiSelectRootGridEntry.cs
- ReadOnlyTernaryTree.cs
- TraceProvider.cs
- ScrollItemPattern.cs
- EdmItemCollection.OcAssemblyCache.cs
- Permission.cs
- EventToken.cs
- TextAction.cs
- TimeoutException.cs
- JsonEnumDataContract.cs
- PlatformNotSupportedException.cs
- ApplicationSecurityManager.cs
- DesignerSerializerAttribute.cs
- X509CertificateChain.cs
- StaticSiteMapProvider.cs
- ConnectionConsumerAttribute.cs
- EventMappingSettingsCollection.cs
- ExtendedPropertyDescriptor.cs
- TextEndOfParagraph.cs
- ServiceProviders.cs
- XhtmlTextWriter.cs
- HttpModuleActionCollection.cs
- ValidationSummaryDesigner.cs
- DataBinding.cs
- StringResourceManager.cs
- NotifyCollectionChangedEventArgs.cs
- DataGridViewAutoSizeModeEventArgs.cs
- DocumentCollection.cs
- ComponentGlyph.cs
- ShaperBuffers.cs
- SectionRecord.cs
- StructuredTypeInfo.cs
- OdbcConnectionOpen.cs
- WpfKnownMember.cs
- SrgsRule.cs
- PropertyGeneratedEventArgs.cs
- UpdateProgress.cs
- PassportPrincipal.cs
- ProjectionPlan.cs
- DnsPermission.cs
- RequiredFieldValidator.cs
- SerializationEventsCache.cs
- TextServicesManager.cs
- AttachedAnnotationChangedEventArgs.cs
- FilterableAttribute.cs
- DataGridCell.cs
- ClickablePoint.cs
- DynamicVirtualDiscoSearcher.cs
- ColorContextHelper.cs
- WorkflowEnvironment.cs
- StatusBar.cs
- TableChangeProcessor.cs
- PolicyValidator.cs
- Clause.cs
- Attributes.cs
- ClientSession.cs
- DataList.cs
- SqlDataAdapter.cs
- _LazyAsyncResult.cs
- compensatingcollection.cs
- MatrixTransform3D.cs
- TraceEventCache.cs
- PenThreadPool.cs
- PopupEventArgs.cs
- TagMapCollection.cs
- XmlProcessingInstruction.cs
- TraceSwitch.cs
- LocationReferenceEnvironment.cs
- DeflateStream.cs
- Suspend.cs
- ElementHostPropertyMap.cs
- Menu.cs
- _FtpControlStream.cs