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
- RefreshEventArgs.cs
- ADConnectionHelper.cs
- _KerberosClient.cs
- Pen.cs
- StringUtil.cs
- LineSegment.cs
- ConfigurationProperty.cs
- DataTemplateKey.cs
- ipaddressinformationcollection.cs
- securitymgrsite.cs
- AspCompat.cs
- WindowsRichEditRange.cs
- WmlSelectionListAdapter.cs
- MultiView.cs
- TripleDESCryptoServiceProvider.cs
- TextServicesProperty.cs
- WebPartDescriptionCollection.cs
- XmlWrappingReader.cs
- VersionedStreamOwner.cs
- HtmlTitle.cs
- MetadataArtifactLoaderResource.cs
- DataGridViewRowsRemovedEventArgs.cs
- SchemaCollectionCompiler.cs
- _HeaderInfoTable.cs
- Processor.cs
- ManipulationInertiaStartingEventArgs.cs
- InputEventArgs.cs
- SamlAuthenticationClaimResource.cs
- BaseDataList.cs
- Invariant.cs
- DataGridViewRowHeaderCell.cs
- AssemblyInfo.cs
- BinaryKeyIdentifierClause.cs
- CodeSnippetStatement.cs
- FlowDocumentReaderAutomationPeer.cs
- _KerberosClient.cs
- TypedRowHandler.cs
- SqlReferenceCollection.cs
- MultiAsyncResult.cs
- TextEditorDragDrop.cs
- MeshGeometry3D.cs
- DiscoveryVersionConverter.cs
- ValidatingPropertiesEventArgs.cs
- QilReference.cs
- assemblycache.cs
- SessionStateUtil.cs
- HelpProvider.cs
- SafeProcessHandle.cs
- RunInstallerAttribute.cs
- XmlSerializationWriter.cs
- PersianCalendar.cs
- CoreChannel.cs
- HttpResponse.cs
- CodeCommentStatementCollection.cs
- XamlPathDataSerializer.cs
- StylusPlugInCollection.cs
- ChangeBlockUndoRecord.cs
- FreezableCollection.cs
- IdentityManager.cs
- DataGridViewImageColumn.cs
- GetRecipientListRequest.cs
- BamlResourceDeserializer.cs
- EngineSiteSapi.cs
- XXXOnTypeBuilderInstantiation.cs
- StringToken.cs
- BitmapEffectInputData.cs
- KernelTypeValidation.cs
- NameValuePair.cs
- UInt16Converter.cs
- SqlTriggerAttribute.cs
- ProcessDesigner.cs
- OneOfElement.cs
- streamingZipPartStream.cs
- CacheMemory.cs
- DoubleLinkList.cs
- WindowsGraphics.cs
- EditorZoneBase.cs
- InternalConfigEventArgs.cs
- Token.cs
- CompositeDataBoundControl.cs
- Trigger.cs
- ServiceEndpointAssociationProvider.cs
- AsyncPostBackTrigger.cs
- FunctionDescription.cs
- PageEventArgs.cs
- KeyProperty.cs
- StylusPointProperty.cs
- ApplicationException.cs
- RuntimeConfigLKG.cs
- CopyNodeSetAction.cs
- EntityConnection.cs
- TypedDataSourceCodeGenerator.cs
- WebEventTraceProvider.cs
- Point4DConverter.cs
- InkPresenterAutomationPeer.cs
- UndirectedGraph.cs
- ScrollPatternIdentifiers.cs
- ToolboxDataAttribute.cs
- ColorConvertedBitmapExtension.cs
- Comparer.cs