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
- WebServiceEnumData.cs
- StringDictionaryEditor.cs
- IsolatedStoragePermission.cs
- CustomAttribute.cs
- ParserContext.cs
- SmiEventStream.cs
- CodeAttachEventStatement.cs
- StreamInfo.cs
- ControlCollection.cs
- CodeExpressionStatement.cs
- Utils.cs
- SourceItem.cs
- DifferencingCollection.cs
- FixedDocumentSequencePaginator.cs
- ImageConverter.cs
- Label.cs
- ScrollProperties.cs
- PersonalizationDictionary.cs
- SpStreamWrapper.cs
- ViewKeyConstraint.cs
- Crc32Helper.cs
- DataGridViewCheckBoxCell.cs
- UTF32Encoding.cs
- WhileDesigner.xaml.cs
- WizardPanelChangingEventArgs.cs
- SmtpNtlmAuthenticationModule.cs
- RSAProtectedConfigurationProvider.cs
- HelpEvent.cs
- RegexInterpreter.cs
- ConfigViewGenerator.cs
- HiddenFieldPageStatePersister.cs
- DbException.cs
- DataListCommandEventArgs.cs
- COM2TypeInfoProcessor.cs
- ConfigViewGenerator.cs
- DbProviderFactory.cs
- ReadOnlyActivityGlyph.cs
- DiscreteKeyFrames.cs
- TabItemAutomationPeer.cs
- listitem.cs
- DataGridViewCellCollection.cs
- DataError.cs
- SimplePropertyEntry.cs
- SqlDataSourceQueryConverter.cs
- VectorConverter.cs
- GridViewSortEventArgs.cs
- ViewSimplifier.cs
- WaitForChangedResult.cs
- PartitionedStreamMerger.cs
- ItemDragEvent.cs
- ObjectFullSpanRewriter.cs
- URLBuilder.cs
- DataGridViewElement.cs
- XamlInterfaces.cs
- updateconfighost.cs
- WindowsEditBoxRange.cs
- TextDecorationCollection.cs
- TranslateTransform.cs
- Run.cs
- PhysicalAddress.cs
- CommandTreeTypeHelper.cs
- EdmToObjectNamespaceMap.cs
- AppDomainFactory.cs
- ResourceReader.cs
- EdmRelationshipRoleAttribute.cs
- AuthenticationConfig.cs
- EncryptedHeaderXml.cs
- MessageSmuggler.cs
- TempFiles.cs
- ValuePattern.cs
- ConfigXmlAttribute.cs
- ArgumentOutOfRangeException.cs
- BitmapEffectInputData.cs
- WinFormsUtils.cs
- HtmlHead.cs
- SystemEvents.cs
- ConfigUtil.cs
- PackagePartCollection.cs
- SqlWorkflowPersistenceService.cs
- DictionaryCustomTypeDescriptor.cs
- DataReaderContainer.cs
- _BasicClient.cs
- DataViewManager.cs
- Drawing.cs
- PagerSettings.cs
- WebBodyFormatMessageProperty.cs
- InputBinding.cs
- EntityDataSourceContextCreatingEventArgs.cs
- CursorConverter.cs
- basemetadatamappingvisitor.cs
- ContextMenu.cs
- AdjustableArrowCap.cs
- DEREncoding.cs
- SQLDecimalStorage.cs
- CodeCastExpression.cs
- ConsoleKeyInfo.cs
- TypeSystem.cs
- ConfigurationPropertyCollection.cs
- DataColumnSelectionConverter.cs
- _Win32.cs