Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Dispatcher / WebHttpDispatchOperationSelectorData.cs / 1305376 / WebHttpDispatchOperationSelectorData.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System.Collections.Generic; using System.Text; class WebHttpDispatchOperationSelectorData { internal ListAllowedMethods { get; set; } internal string AllowHeader { get { if (this.AllowedMethods != null) { int allowedHeadersCount = this.AllowedMethods.Count; if (allowedHeadersCount > 0) { StringBuilder stringBuilder = new StringBuilder(AllowedMethods[0]); for (int x = 1; x < allowedHeadersCount; x++) { stringBuilder.Append(", " + this.AllowedMethods[x]); } return stringBuilder.ToString(); } } return null; } } } } // 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
- StickyNoteHelper.cs
- LassoSelectionBehavior.cs
- BuildProviderCollection.cs
- ResourceReferenceExpressionConverter.cs
- ComboBoxDesigner.cs
- BordersPage.cs
- FixedSOMPageConstructor.cs
- XPathScanner.cs
- ImageList.cs
- CaseExpr.cs
- OracleCommandBuilder.cs
- IisNotInstalledException.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- PeerApplication.cs
- CompilationLock.cs
- C14NUtil.cs
- recordstate.cs
- TimelineCollection.cs
- SecurityTokenTypes.cs
- ListViewCancelEventArgs.cs
- TypeToken.cs
- TransformerInfoCollection.cs
- StylusPointPropertyInfo.cs
- BoundColumn.cs
- SHA256Managed.cs
- SelectorItemAutomationPeer.cs
- PropertyRef.cs
- XmlSchemaRedefine.cs
- XmlStreamStore.cs
- DiscoveryEndpointValidator.cs
- ErrorHandler.cs
- XmlRawWriter.cs
- ADMembershipUser.cs
- KoreanCalendar.cs
- Menu.cs
- UserInitiatedNavigationPermission.cs
- WindowsGraphics2.cs
- _AutoWebProxyScriptEngine.cs
- JsonCollectionDataContract.cs
- Debugger.cs
- OleDbInfoMessageEvent.cs
- DataControlExtensions.cs
- ProbeMatchesApril2005.cs
- SelectionGlyph.cs
- EventRecord.cs
- IisTraceListener.cs
- BuildManagerHost.cs
- StaticFileHandler.cs
- DbParameterHelper.cs
- ProfileService.cs
- VerbConverter.cs
- IsolatedStorageException.cs
- SingleObjectCollection.cs
- SecurityDocument.cs
- SizeChangedEventArgs.cs
- ImportCatalogPart.cs
- Exceptions.cs
- RenderData.cs
- CodeAssignStatement.cs
- SynchronizationFilter.cs
- CodeMethodMap.cs
- CodeRegionDirective.cs
- SymbolType.cs
- EventLogger.cs
- ObjectTag.cs
- ApplicationBuildProvider.cs
- ScrollItemPattern.cs
- VideoDrawing.cs
- DataGridViewCheckBoxColumn.cs
- ValueQuery.cs
- ApplyTemplatesAction.cs
- XmlAttributeCollection.cs
- SizeIndependentAnimationStorage.cs
- EntityDataSourceQueryBuilder.cs
- SByte.cs
- ScrollBarAutomationPeer.cs
- Size.cs
- SystemIPAddressInformation.cs
- PrintDialogException.cs
- ExpressionList.cs
- DocumentApplication.cs
- RightsManagementEncryptionTransform.cs
- KnownBoxes.cs
- SqlNotificationRequest.cs
- XmlDocumentViewSchema.cs
- PropertyPath.cs
- XmlBinaryReader.cs
- dataprotectionpermissionattribute.cs
- XmlValueConverter.cs
- RawMouseInputReport.cs
- LocalizabilityAttribute.cs
- RegexNode.cs
- JsonEnumDataContract.cs
- ResolveNameEventArgs.cs
- XmlTextEncoder.cs
- HttpContext.cs
- TableChangeProcessor.cs
- FormViewPageEventArgs.cs
- RuleSettingsCollection.cs
- EdmItemCollection.cs