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
- SymbolTable.cs
- PrintControllerWithStatusDialog.cs
- FormViewUpdateEventArgs.cs
- FontFamilyValueSerializer.cs
- ResourcePermissionBaseEntry.cs
- XamlSerializationHelper.cs
- EnumDataContract.cs
- XPathExpr.cs
- SymLanguageVendor.cs
- Utility.cs
- DataGridViewTextBoxEditingControl.cs
- PnrpPeerResolverBindingElement.cs
- RolePrincipal.cs
- ContextMenuAutomationPeer.cs
- MultipartIdentifier.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- assertwrapper.cs
- FixedSOMPageConstructor.cs
- DiagnosticTrace.cs
- StagingAreaInputItem.cs
- MsmqIntegrationMessageProperty.cs
- InputManager.cs
- DBSqlParserColumnCollection.cs
- MeshGeometry3D.cs
- InstanceKeyNotReadyException.cs
- DataServiceQueryOfT.cs
- TableDetailsRow.cs
- ConnectionPoint.cs
- HideDisabledControlAdapter.cs
- DataTableMapping.cs
- ConsumerConnectionPointCollection.cs
- HyperLink.cs
- ListViewTableCell.cs
- SqlConnection.cs
- ParameterToken.cs
- PropertyValueUIItem.cs
- HandledEventArgs.cs
- PointConverter.cs
- AppSettingsExpressionBuilder.cs
- BasicExpressionVisitor.cs
- DbConnectionStringCommon.cs
- ProcessModule.cs
- DrawingBrush.cs
- SecurityTokenResolver.cs
- ComponentConverter.cs
- TypeGeneratedEventArgs.cs
- StrongNameIdentityPermission.cs
- TriggerAction.cs
- ImageConverter.cs
- TypefaceMetricsCache.cs
- QuaternionAnimation.cs
- Repeater.cs
- SafeFindHandle.cs
- GPPOINTF.cs
- DSASignatureDeformatter.cs
- QuadraticEase.cs
- ArrayTypeMismatchException.cs
- DefaultExpression.cs
- StaticResourceExtension.cs
- IpcClientChannel.cs
- RemoteEndpointMessageProperty.cs
- Storyboard.cs
- BaseTemplatedMobileComponentEditor.cs
- Package.cs
- StateDesigner.cs
- Models.cs
- ResourceSet.cs
- BufferAllocator.cs
- FrameworkElement.cs
- XmlFormatReaderGenerator.cs
- TypeName.cs
- Utils.cs
- FloaterParagraph.cs
- TaskResultSetter.cs
- QualificationDataAttribute.cs
- KeyEvent.cs
- SingleAnimationBase.cs
- GlobalizationSection.cs
- DataSourceXmlClassAttribute.cs
- Soap.cs
- DataSourceConverter.cs
- QueryCacheEntry.cs
- TypeSystem.cs
- DbParameterCollectionHelper.cs
- DesignBindingPropertyDescriptor.cs
- WindowsIPAddress.cs
- XmlWellformedWriter.cs
- SourceElementsCollection.cs
- ResolveNameEventArgs.cs
- DataBoundControl.cs
- EntityDataSourceSelectingEventArgs.cs
- BaseCodeDomTreeGenerator.cs
- RadioButtonStandardAdapter.cs
- BStrWrapper.cs
- UserControlBuildProvider.cs
- StackOverflowException.cs
- TemplateManager.cs
- XMLSchema.cs
- Button.cs
- SqlServices.cs