Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Net / System / Net / _HeaderInfo.cs / 1 / _HeaderInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { internal delegate string[] HeaderParser(string value); internal class HeaderInfo { internal readonly bool IsRequestRestricted; internal readonly bool IsResponseRestricted; internal readonly HeaderParser Parser; // // Note that the HeaderName field is not always valid, and should not // be used after initialization. In particular, the HeaderInfo returned // for an unknown header will not have the correct header name. // internal readonly string HeaderName; internal readonly bool AllowMultiValues; internal HeaderInfo(string name, bool requestRestricted, bool responseRestricted, bool multi, HeaderParser p) { HeaderName = name; IsRequestRestricted = requestRestricted; IsResponseRestricted = responseRestricted; Parser = p; AllowMultiValues = multi; } } } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { internal delegate string[] HeaderParser(string value); internal class HeaderInfo { internal readonly bool IsRequestRestricted; internal readonly bool IsResponseRestricted; internal readonly HeaderParser Parser; // // Note that the HeaderName field is not always valid, and should not // be used after initialization. In particular, the HeaderInfo returned // for an unknown header will not have the correct header name. // internal readonly string HeaderName; internal readonly bool AllowMultiValues; internal HeaderInfo(string name, bool requestRestricted, bool responseRestricted, bool multi, HeaderParser p) { HeaderName = name; IsRequestRestricted = requestRestricted; IsResponseRestricted = responseRestricted; Parser = p; AllowMultiValues = multi; } } } // namespace System.Net // 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
- PowerStatus.cs
- Hyperlink.cs
- DataViewListener.cs
- TreeViewImageKeyConverter.cs
- VerticalAlignConverter.cs
- AssociatedControlConverter.cs
- DateTimeFormatInfo.cs
- MouseActionValueSerializer.cs
- InvariantComparer.cs
- Maps.cs
- MatcherBuilder.cs
- Visual3D.cs
- SqlDataSource.cs
- HttpAsyncResult.cs
- LinearKeyFrames.cs
- NotImplementedException.cs
- HttpStreamXmlDictionaryReader.cs
- PaperSize.cs
- DesignerCatalogPartChrome.cs
- EndOfStreamException.cs
- TypeTypeConverter.cs
- TableCellAutomationPeer.cs
- MemoryStream.cs
- UnaryNode.cs
- EntityConnectionStringBuilder.cs
- XamlToRtfParser.cs
- SQLDecimalStorage.cs
- ListBindingHelper.cs
- AssemblyCache.cs
- NoResizeSelectionBorderGlyph.cs
- ConfigXmlSignificantWhitespace.cs
- XmlAttributeCollection.cs
- EnumValAlphaComparer.cs
- dtdvalidator.cs
- CriticalFinalizerObject.cs
- ObjectConverter.cs
- HtmlWindowCollection.cs
- CategoryNameCollection.cs
- OperationCanceledException.cs
- Encoder.cs
- EntitySqlQueryCacheEntry.cs
- ItemMap.cs
- ArgumentFixer.cs
- ActivationService.cs
- ToolStripSeparatorRenderEventArgs.cs
- OledbConnectionStringbuilder.cs
- EntityDescriptor.cs
- Stylus.cs
- CommandPlan.cs
- BooleanExpr.cs
- StickyNoteHelper.cs
- ProfileGroupSettingsCollection.cs
- UIElementIsland.cs
- XmlNodeWriter.cs
- CursorInteropHelper.cs
- DES.cs
- RuntimeConfigLKG.cs
- ListBoxItemAutomationPeer.cs
- WebPartEditVerb.cs
- TextRangeSerialization.cs
- TileModeValidation.cs
- DesignerDataRelationship.cs
- Configuration.cs
- QilGeneratorEnv.cs
- MenuItem.cs
- BooleanKeyFrameCollection.cs
- ImplicitInputBrush.cs
- ImageListStreamer.cs
- NativeWindow.cs
- HttpClientCertificate.cs
- EntityCommandCompilationException.cs
- ConfigurationManager.cs
- FreezableDefaultValueFactory.cs
- CrossContextChannel.cs
- DiscoveryDocumentSearchPattern.cs
- uribuilder.cs
- NonParentingControl.cs
- Vector3DAnimationBase.cs
- NavigationEventArgs.cs
- InternalBufferOverflowException.cs
- LicenseException.cs
- Set.cs
- ContentPlaceHolder.cs
- TransactionManager.cs
- OutputBuffer.cs
- metadatamappinghashervisitor.cs
- DocumentEventArgs.cs
- TextShapeableCharacters.cs
- BindingMAnagerBase.cs
- OdbcCommand.cs
- GridItemProviderWrapper.cs
- ActivityExecutorOperation.cs
- SimpleFieldTemplateUserControl.cs
- HttpInputStream.cs
- SqlExpressionNullability.cs
- GacUtil.cs
- Separator.cs
- FontCacheLogic.cs
- ColumnPropertiesGroup.cs
- HwndSubclass.cs