Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / ContractSearchPattern.cs / 1305376 / ContractSearchPattern.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System; using System.Security.Permissions; ////// /// public sealed class ContractSearchPattern : DiscoverySearchPattern { ///[To be supplied.] ////// /// public override string Pattern { get { return "*.asmx"; } } ///[To be supplied.] ////// /// public override DiscoveryReference GetDiscoveryReference(string filename) { return new ContractReference(filename + "?wsdl", filename); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System; using System.Security.Permissions; ////// /// public sealed class ContractSearchPattern : DiscoverySearchPattern { ///[To be supplied.] ////// /// public override string Pattern { get { return "*.asmx"; } } ///[To be supplied.] ////// /// public override DiscoveryReference GetDiscoveryReference(string filename) { return new ContractReference(filename + "?wsdl", filename); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathDescendantIterator.cs
- AssociationSetEnd.cs
- GridViewRowPresenter.cs
- SecurityException.cs
- NonBatchDirectoryCompiler.cs
- MemberInitExpression.cs
- HwndKeyboardInputProvider.cs
- CaseStatementSlot.cs
- XsltLoader.cs
- DelegatingConfigHost.cs
- Html32TextWriter.cs
- ToolStripDropDownMenu.cs
- XmlMapping.cs
- AutomationPatternInfo.cs
- RunInstallerAttribute.cs
- UpdateTracker.cs
- Stackframe.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- unsafenativemethodstextservices.cs
- EventItfInfo.cs
- InputProviderSite.cs
- AssertSection.cs
- Point3DCollection.cs
- CurrencyWrapper.cs
- RewritingPass.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- MaterializeFromAtom.cs
- StatusBarDrawItemEvent.cs
- OperationBehaviorAttribute.cs
- TransformCryptoHandle.cs
- SrgsElementFactoryCompiler.cs
- TextHintingModeValidation.cs
- XPathNodeIterator.cs
- DesignerUtility.cs
- GridViewCommandEventArgs.cs
- ValidationHelper.cs
- ApplicationActivator.cs
- WsdlBuildProvider.cs
- BindingValueChangedEventArgs.cs
- BigInt.cs
- WithStatement.cs
- ObjectDataProvider.cs
- IsolatedStorageFilePermission.cs
- StyleCollection.cs
- BaseDataList.cs
- ValueTable.cs
- SourceElementsCollection.cs
- SendSecurityHeaderElementContainer.cs
- DataControlImageButton.cs
- HelpKeywordAttribute.cs
- ScopelessEnumAttribute.cs
- InvalidAsynchronousStateException.cs
- AnnotationAuthorChangedEventArgs.cs
- PropertyItemInternal.cs
- FieldBuilder.cs
- HttpHandlersSection.cs
- DeflateStream.cs
- FlowDocument.cs
- LOSFormatter.cs
- DynamicPhysicalDiscoSearcher.cs
- infer.cs
- VideoDrawing.cs
- ThreadPool.cs
- XmlSchemaSimpleTypeUnion.cs
- CacheMemory.cs
- FixedPageAutomationPeer.cs
- ADMembershipUser.cs
- OperationContextScope.cs
- MetabaseReader.cs
- MultiBinding.cs
- ActivityBindForm.cs
- AuthenticationServiceManager.cs
- InstancePersistenceEvent.cs
- _OverlappedAsyncResult.cs
- MouseCaptureWithinProperty.cs
- objectresult_tresulttype.cs
- SurrogateChar.cs
- MessageContractAttribute.cs
- dataprotectionpermission.cs
- TextRunTypographyProperties.cs
- ConfigurationValidatorBase.cs
- DelegatingTypeDescriptionProvider.cs
- MemberInfoSerializationHolder.cs
- InfiniteIntConverter.cs
- PassportAuthentication.cs
- MouseBinding.cs
- DataServiceQueryContinuation.cs
- ArglessEventHandlerProxy.cs
- GridViewColumnHeaderAutomationPeer.cs
- DataListGeneralPage.cs
- DbConnectionPoolGroup.cs
- TextEncodedRawTextWriter.cs
- InvokePatternIdentifiers.cs
- Figure.cs
- ISAPIApplicationHost.cs
- ExtendedPropertyDescriptor.cs
- TreeNodeStyleCollection.cs
- TableLayoutSettings.cs
- SynthesizerStateChangedEventArgs.cs
- CompositeScriptReference.cs