Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / SoapExtensionReflector.cs / 1305376 / SoapExtensionReflector.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Description { using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.Xml.Schema; using System.Collections; using System; using System.Reflection; using System.Security.Permissions; ////// /// [PermissionSet(SecurityAction.InheritanceDemand, Name="FullTrust")] [PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")] public abstract class SoapExtensionReflector { ProtocolReflector protocolReflector; ///[To be supplied.] ////// /// public abstract void ReflectMethod(); public virtual void ReflectDescription() { } ///[To be supplied.] ////// /// public ProtocolReflector ReflectionContext { get { return protocolReflector; } set { protocolReflector = value; } } } } // 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
- XPathCompileException.cs
- DetailsViewUpdatedEventArgs.cs
- FormatException.cs
- EventLogRecord.cs
- ClientCultureInfo.cs
- DBBindings.cs
- PlainXmlSerializer.cs
- Pair.cs
- ItemType.cs
- EarlyBoundInfo.cs
- XmlNodeReader.cs
- CqlWriter.cs
- SecurityTokenParameters.cs
- ChainOfDependencies.cs
- Scripts.cs
- SinglePageViewer.cs
- BooleanProjectedSlot.cs
- BaseTypeViewSchema.cs
- ChangePassword.cs
- CodeMemberField.cs
- DataGridViewRow.cs
- LifetimeServices.cs
- EllipseGeometry.cs
- Resources.Designer.cs
- HierarchicalDataBoundControlAdapter.cs
- PersistenceProviderBehavior.cs
- Misc.cs
- XMLSyntaxException.cs
- EventLogPermissionAttribute.cs
- SplashScreen.cs
- HwndSourceKeyboardInputSite.cs
- AssemblyHash.cs
- Variable.cs
- tooltip.cs
- PriorityItem.cs
- SafeCryptoHandles.cs
- XmlIgnoreAttribute.cs
- SecurityAlgorithmSuite.cs
- Misc.cs
- SafeUserTokenHandle.cs
- BinaryNode.cs
- DirectionalLight.cs
- UnsafeNativeMethods.cs
- DispatcherOperation.cs
- TraversalRequest.cs
- VisualStyleInformation.cs
- CheckStoreFileValidityRequest.cs
- ViewStateChangedEventArgs.cs
- MetricEntry.cs
- HealthMonitoringSectionHelper.cs
- ItemCheckedEvent.cs
- PasswordRecoveryDesigner.cs
- TaskHelper.cs
- XmlSchemaGroupRef.cs
- ProcessStartInfo.cs
- XmlDictionaryString.cs
- GenericsInstances.cs
- ClockGroup.cs
- TrueReadOnlyCollection.cs
- XsdBuilder.cs
- InternalPermissions.cs
- TraceLevelHelper.cs
- Handle.cs
- XmlSchemaSet.cs
- SessionStateContainer.cs
- WorkflowLayouts.cs
- TextRunCacheImp.cs
- SourceChangedEventArgs.cs
- UserNamePasswordValidator.cs
- SmtpSection.cs
- FrameSecurityDescriptor.cs
- TaskResultSetter.cs
- FindCriteria.cs
- CompilerState.cs
- HtmlButton.cs
- SoapTransportImporter.cs
- securitymgrsite.cs
- SecurityIdentifierElementCollection.cs
- RSAPKCS1SignatureFormatter.cs
- WindowsFormsLinkLabel.cs
- TextDecorationLocationValidation.cs
- AccessedThroughPropertyAttribute.cs
- TransportContext.cs
- DataGridViewElement.cs
- DesignTimeValidationFeature.cs
- WebCodeGenerator.cs
- RtfControlWordInfo.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- ColorConverter.cs
- XmlDataFileEditor.cs
- TrackingDataItem.cs
- RefType.cs
- CategoryNameCollection.cs
- CrossContextChannel.cs
- InputReport.cs
- UIElementParagraph.cs
- DomainConstraint.cs
- ToolStripStatusLabel.cs
- DataSourceCache.cs
- PropertyNames.cs