Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapExtension.cs / 1305376 / SoapExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Web.Services; using System.Xml.Serialization; using System; using System.Reflection; using System.Collections; using System.IO; using System.ComponentModel; ///public abstract class SoapExtension { /// public abstract object GetInitializer(LogicalMethodInfo methodInfo, SoapExtensionAttribute attribute); /// public abstract object GetInitializer(Type serviceType); /// public abstract void Initialize(object initializer); /// public abstract void ProcessMessage(SoapMessage message); /// public virtual Stream ChainStream(Stream stream) { return stream; } } } // 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
- ObjectDataSourceMethodEditor.cs
- WebPermission.cs
- SiteMembershipCondition.cs
- BitmapDownload.cs
- PrintPreviewControl.cs
- StoryFragments.cs
- TypeConverterValueSerializer.cs
- ObjectManager.cs
- DeferredReference.cs
- FrameworkContentElement.cs
- EventLogTraceListener.cs
- InternalResources.cs
- DetailsViewPagerRow.cs
- AdornerHitTestResult.cs
- ListBindingConverter.cs
- CapiSymmetricAlgorithm.cs
- NetStream.cs
- InvalidOleVariantTypeException.cs
- NativeMethods.cs
- Int32AnimationBase.cs
- BindingWorker.cs
- BitmapEffect.cs
- MailDefinition.cs
- CqlLexerHelpers.cs
- TemplatePartAttribute.cs
- MimeTypePropertyAttribute.cs
- SQLBinary.cs
- FragmentNavigationEventArgs.cs
- UniqueConstraint.cs
- DockingAttribute.cs
- WorkflowOperationFault.cs
- TrackingLocation.cs
- LayoutTableCell.cs
- Operand.cs
- TagNameToTypeMapper.cs
- QilGeneratorEnv.cs
- TextDocumentView.cs
- StorageInfo.cs
- AutomationPropertyInfo.cs
- ReadWriteSpinLock.cs
- ListSourceHelper.cs
- TextEvent.cs
- WebSysDisplayNameAttribute.cs
- CommandManager.cs
- FileLoadException.cs
- WebPartCancelEventArgs.cs
- ListItem.cs
- SortExpressionBuilder.cs
- RawMouseInputReport.cs
- ApplicationManager.cs
- TableHeaderCell.cs
- FolderBrowserDialog.cs
- GridItemCollection.cs
- SweepDirectionValidation.cs
- VectorCollectionValueSerializer.cs
- TargetFrameworkAttribute.cs
- InkCanvas.cs
- ProtectedConfigurationSection.cs
- TriggerActionCollection.cs
- RadioButton.cs
- MemoryMappedFileSecurity.cs
- WmfPlaceableFileHeader.cs
- PropertyGrid.cs
- LocatorPartList.cs
- Int64AnimationUsingKeyFrames.cs
- Pen.cs
- MDIWindowDialog.cs
- ListenerUnsafeNativeMethods.cs
- NativeMethods.cs
- MimeMapping.cs
- DropDownButton.cs
- TargetControlTypeCache.cs
- StyleTypedPropertyAttribute.cs
- WindowManager.cs
- Viewport3DAutomationPeer.cs
- WindowShowOrOpenTracker.cs
- RequestCacheManager.cs
- HandleRef.cs
- DataViewManager.cs
- ThemeableAttribute.cs
- LinkedResource.cs
- IndicShape.cs
- CacheMemory.cs
- MetadataCache.cs
- LineSegment.cs
- SafeMemoryMappedFileHandle.cs
- FontInfo.cs
- ContractBase.cs
- NumberEdit.cs
- SchemaType.cs
- VisualStyleRenderer.cs
- DecimalAnimationUsingKeyFrames.cs
- UnsafeNativeMethods.cs
- SparseMemoryStream.cs
- Enumerable.cs
- PackageStore.cs
- PropertyRecord.cs
- OverloadGroupAttribute.cs
- ReadOnlyTernaryTree.cs
- WebServiceHost.cs