Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / UriTemplateTableMatchCandidate.cs / 1 / UriTemplateTableMatchCandidate.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System { struct UriTemplateTableMatchCandidate { readonly object data; readonly int segmentsCount; readonly UriTemplate template; public UriTemplateTableMatchCandidate(UriTemplate template, int segmentsCount, object data) { this.template = template; this.segmentsCount = segmentsCount; this.data = data; } public object Data { get { return this.data; } } public int SegmentsCount { get { return this.segmentsCount; } } public UriTemplate Template { get { return this.template; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Tokenizer.cs
- WebPartEditorCancelVerb.cs
- ChannelOptions.cs
- ResourceManagerWrapper.cs
- RequestQueue.cs
- XPathException.cs
- AppSettingsExpressionBuilder.cs
- TypedDataSourceCodeGenerator.cs
- ValueUtilsSmi.cs
- ConditionalExpression.cs
- EntityUtil.cs
- InternalResources.cs
- InfoCardRSACryptoProvider.cs
- IxmlLineInfo.cs
- RootBrowserWindow.cs
- AutomationIdentifier.cs
- PageRanges.cs
- SharedStatics.cs
- ErrorWebPart.cs
- VariableAction.cs
- ThreadPool.cs
- WebAdminConfigurationHelper.cs
- Byte.cs
- SpecularMaterial.cs
- ActiveXContainer.cs
- DateTime.cs
- ProviderException.cs
- InvalidWMPVersionException.cs
- MsdtcWrapper.cs
- DBDataPermission.cs
- NameSpaceExtractor.cs
- XPathCompileException.cs
- UserValidatedEventArgs.cs
- SatelliteContractVersionAttribute.cs
- ImpersonateTokenRef.cs
- HostingEnvironmentException.cs
- PreviousTrackingServiceAttribute.cs
- InheritanceRules.cs
- DefaultAutoFieldGenerator.cs
- ObjectSpanRewriter.cs
- FileDialogCustomPlace.cs
- TreeViewDesigner.cs
- CLSCompliantAttribute.cs
- SelectionProviderWrapper.cs
- AnimationClock.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ZipIOExtraFieldPaddingElement.cs
- StrongBox.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DataSvcMapFileSerializer.cs
- SystemIPv6InterfaceProperties.cs
- EventHandlersDesigner.cs
- SerializationSectionGroup.cs
- smtpconnection.cs
- FontNameEditor.cs
- IxmlLineInfo.cs
- OwnerDrawPropertyBag.cs
- StylusLogic.cs
- HealthMonitoringSectionHelper.cs
- StateDesigner.CommentLayoutGlyph.cs
- PageTheme.cs
- CodeEntryPointMethod.cs
- EditorZoneBase.cs
- TableLayoutCellPaintEventArgs.cs
- SkinBuilder.cs
- Odbc32.cs
- SafeEventLogWriteHandle.cs
- ListViewGroup.cs
- CompareValidator.cs
- FromReply.cs
- FunctionUpdateCommand.cs
- OuterGlowBitmapEffect.cs
- HttpHandlersSection.cs
- GC.cs
- NamedPipeTransportManager.cs
- SqlProviderUtilities.cs
- ArraySubsetEnumerator.cs
- TextTabProperties.cs
- InvokePattern.cs
- RowToParametersTransformer.cs
- xamlnodes.cs
- UrlMappingsSection.cs
- SessionStateModule.cs
- Timer.cs
- SignatureHelper.cs
- CompilerState.cs
- IdentifierService.cs
- CompiledRegexRunnerFactory.cs
- WindowsContainer.cs
- XmlEntity.cs
- XmlSchemaComplexContent.cs
- Mutex.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- TableChangeProcessor.cs
- PageCache.cs
- WebPartDeleteVerb.cs
- ModelItemDictionaryImpl.cs
- TemplateBamlRecordReader.cs
- TimeSpanHelper.cs
- Nodes.cs