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
- SystemDropShadowChrome.cs
- ResolveMatchesCD1.cs
- CachedFontFace.cs
- Stylus.cs
- Validator.cs
- CopyOnWriteList.cs
- DrawingContextFlattener.cs
- SizeConverter.cs
- SelectedDatesCollection.cs
- InputReferenceExpression.cs
- ImageMap.cs
- BeginStoryboard.cs
- ContainerControlDesigner.cs
- EllipseGeometry.cs
- EmissiveMaterial.cs
- ToolStripDropDownClosingEventArgs.cs
- DateTimeUtil.cs
- ControlLocalizer.cs
- ScriptingProfileServiceSection.cs
- _SslStream.cs
- NativeObjectSecurity.cs
- AssemblyHash.cs
- Not.cs
- DrawingImage.cs
- InstanceOwner.cs
- PageAsyncTaskManager.cs
- ConsumerConnectionPointCollection.cs
- SuppressIldasmAttribute.cs
- ForeignKeyFactory.cs
- Compensation.cs
- SpStreamWrapper.cs
- Triangle.cs
- DbConnectionInternal.cs
- ValidationPropertyAttribute.cs
- DiscoveryClientReferences.cs
- XmlSchemaAppInfo.cs
- DbConnectionPoolCounters.cs
- SoapIgnoreAttribute.cs
- __ComObject.cs
- DBDataPermissionAttribute.cs
- MetadataSource.cs
- XLinq.cs
- IndexedString.cs
- OleTxTransaction.cs
- TransformedBitmap.cs
- Point3DCollectionValueSerializer.cs
- mactripleDES.cs
- COM2PropertyPageUITypeConverter.cs
- LowerCaseStringConverter.cs
- IsolatedStorageSecurityState.cs
- SecurityElementBase.cs
- PageAsyncTaskManager.cs
- PerformanceCounterLib.cs
- Column.cs
- ManipulationInertiaStartingEventArgs.cs
- GacUtil.cs
- SetUserPreferenceRequest.cs
- DiscoveryClientProtocol.cs
- ListSortDescriptionCollection.cs
- X509SecurityToken.cs
- EventManager.cs
- ConfigurationSectionGroup.cs
- BlockUIContainer.cs
- MobileTemplatedControlDesigner.cs
- InputProcessorProfiles.cs
- ParameterDataSourceExpression.cs
- AuthenticationModuleElement.cs
- BitHelper.cs
- StatusCommandUI.cs
- HtmlShimManager.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- DelegateSerializationHolder.cs
- ClientCultureInfo.cs
- ReadOnlyNameValueCollection.cs
- ClockGroup.cs
- ListChangedEventArgs.cs
- BindingParameterCollection.cs
- OleDbError.cs
- StyleCollection.cs
- WindowsSecurityToken.cs
- _BasicClient.cs
- DesignRelationCollection.cs
- TypeCodeDomSerializer.cs
- LocalIdKeyIdentifierClause.cs
- WSSecurityTokenSerializer.cs
- LogWriteRestartAreaAsyncResult.cs
- FormsAuthenticationModule.cs
- SafeEventLogReadHandle.cs
- NameSpaceEvent.cs
- ScrollChangedEventArgs.cs
- DataGridViewSortCompareEventArgs.cs
- FamilyTypefaceCollection.cs
- RawUIStateInputReport.cs
- RenderDataDrawingContext.cs
- PageParser.cs
- CountdownEvent.cs
- MenuItemStyleCollection.cs
- ColumnMapTranslator.cs
- NetStream.cs
- SiteMapDataSource.cs