Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ModifiableIteratorCollection.cs
- ErrorWebPart.cs
- ViewCellSlot.cs
- handlecollector.cs
- DataServiceConfiguration.cs
- ZoneIdentityPermission.cs
- DataGridViewCellMouseEventArgs.cs
- SByteConverter.cs
- IntSecurity.cs
- VariableDesigner.xaml.cs
- MultiSelectRootGridEntry.cs
- IteratorFilter.cs
- EntityContainerEmitter.cs
- XmlBaseWriter.cs
- Roles.cs
- SortableBindingList.cs
- SoapEnumAttribute.cs
- WorkflowInstance.cs
- RuleConditionDialog.Designer.cs
- WorkflowDebuggerSteppingAttribute.cs
- ComboBoxAutomationPeer.cs
- sqlnorm.cs
- CodeTypeMemberCollection.cs
- AssemblyUtil.cs
- MsmqMessageProperty.cs
- LassoHelper.cs
- _AcceptOverlappedAsyncResult.cs
- XhtmlTextWriter.cs
- ToolZone.cs
- Context.cs
- FamilyTypefaceCollection.cs
- CustomValidator.cs
- NameHandler.cs
- DisplayNameAttribute.cs
- CallInfo.cs
- Stylus.cs
- Cursors.cs
- DataGridViewSelectedCellCollection.cs
- NavigationPropertyEmitter.cs
- ThreadSafeList.cs
- GradientStop.cs
- DrawingGroupDrawingContext.cs
- Point3DAnimationBase.cs
- XmlChildNodes.cs
- TreeNodeCollection.cs
- AsyncPostBackErrorEventArgs.cs
- HttpException.cs
- TeredoHelper.cs
- HtmlInputText.cs
- DictionaryEntry.cs
- BitmapSizeOptions.cs
- TextSelectionProcessor.cs
- HybridWebProxyFinder.cs
- ClaimComparer.cs
- BinarySerializer.cs
- ContextMenuService.cs
- SessionEndingEventArgs.cs
- WindowsListViewItem.cs
- LocatorPart.cs
- CatalogPartCollection.cs
- ConsumerConnectionPointCollection.cs
- DataGridViewSortCompareEventArgs.cs
- KeyValueConfigurationElement.cs
- FontConverter.cs
- HtmlUtf8RawTextWriter.cs
- ConfigUtil.cs
- TextEvent.cs
- RIPEMD160.cs
- ConfigXmlAttribute.cs
- IdnElement.cs
- ISAPIRuntime.cs
- KeyedQueue.cs
- DesignerAutoFormatCollection.cs
- DBConcurrencyException.cs
- EntityContainerRelationshipSetEnd.cs
- ChannelPoolSettings.cs
- DiagnosticsConfigurationHandler.cs
- DEREncoding.cs
- activationcontext.cs
- SystemFonts.cs
- CompilationUtil.cs
- WebScriptServiceHostFactory.cs
- SelectionProcessor.cs
- SHA384Cng.cs
- selecteditemcollection.cs
- ListMarkerLine.cs
- Repeater.cs
- LineBreak.cs
- BitmapEffectState.cs
- OciHandle.cs
- FormsAuthentication.cs
- ScriptMethodAttribute.cs
- XmlDataDocument.cs
- BamlTreeNode.cs
- CodeBlockBuilder.cs
- ExtendedPropertyInfo.cs
- IItemProperties.cs
- SiteMembershipCondition.cs
- MdiWindowListStrip.cs
- TypeReference.cs