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
- JsonFormatReaderGenerator.cs
- _SslState.cs
- TypeCodeDomSerializer.cs
- ReliableSessionElement.cs
- SessionEndedEventArgs.cs
- LicenseProviderAttribute.cs
- NamespaceInfo.cs
- EdmSchemaAttribute.cs
- TextTreeTextBlock.cs
- ServiceModelExtensionElement.cs
- ShaderRenderModeValidation.cs
- WebPartUtil.cs
- XamlToRtfParser.cs
- StaticContext.cs
- FileInfo.cs
- ApplicationHost.cs
- SplineKeyFrames.cs
- DelegatingConfigHost.cs
- ToolStripProgressBar.cs
- HwndKeyboardInputProvider.cs
- Pair.cs
- TransactedReceiveData.cs
- ImageDrawing.cs
- ExpressionBuilder.cs
- State.cs
- RectangleF.cs
- RangeValueProviderWrapper.cs
- DataStreamFromComStream.cs
- sortedlist.cs
- SHA256Cng.cs
- DynamicFilterExpression.cs
- TextEditorTyping.cs
- BitmapEffectrendercontext.cs
- DataGridColumnReorderingEventArgs.cs
- TextElementCollectionHelper.cs
- _OSSOCK.cs
- DataViewSetting.cs
- PathFigureCollectionConverter.cs
- WindowsTooltip.cs
- AnnotationResourceCollection.cs
- MimeMapping.cs
- IsolationInterop.cs
- SplitterCancelEvent.cs
- SerializableTypeCodeDomSerializer.cs
- RuntimeHelpers.cs
- Dictionary.cs
- ZipIORawDataFileBlock.cs
- NamedObject.cs
- DataGridColumnDropSeparator.cs
- MenuItemBinding.cs
- RequestCacheEntry.cs
- X509CertificateRecipientClientCredential.cs
- DynamicActionMessageFilter.cs
- HtmlHead.cs
- ListViewUpdatedEventArgs.cs
- FramingChannels.cs
- _UncName.cs
- ConstraintConverter.cs
- ProfilePropertySettingsCollection.cs
- ServiceDocument.cs
- SocketManager.cs
- XmlSerializerImportOptions.cs
- Transform3DGroup.cs
- QuotedStringFormatReader.cs
- ToolboxBitmapAttribute.cs
- SqlRetyper.cs
- WebPartDescription.cs
- AVElementHelper.cs
- IntranetCredentialPolicy.cs
- CompositeActivityTypeDescriptor.cs
- AssertFilter.cs
- Calendar.cs
- WebPartConnection.cs
- HandlerBase.cs
- CodeTypeDeclaration.cs
- EnterpriseServicesHelper.cs
- ConfigsHelper.cs
- SHA384Managed.cs
- HMACSHA1.cs
- OrderedDictionary.cs
- LinearGradientBrush.cs
- FixedPageProcessor.cs
- DesignerHierarchicalDataSourceView.cs
- StorageEntityTypeMapping.cs
- IPEndPoint.cs
- UniqueSet.cs
- Variable.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- ManagedIStream.cs
- FileDialogCustomPlaces.cs
- LinearKeyFrames.cs
- DispatchWrapper.cs
- ColumnWidthChangedEvent.cs
- ClientSideProviderDescription.cs
- TimeoutConverter.cs
- HttpDebugHandler.cs
- ADConnectionHelper.cs
- Selector.cs
- BitmapEffectGeneralTransform.cs
- TableColumn.cs