Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapClientMessage.cs / 1305376 / SoapClientMessage.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; using System.Runtime.InteropServices; ////// /// public sealed class SoapClientMessage : SoapMessage { SoapClientMethod method; SoapHttpClientProtocol protocol; string url; internal SoapExtension[] initializedExtensions; internal SoapClientMessage(SoapHttpClientProtocol protocol, SoapClientMethod method, string url) { this.method = method; this.protocol = protocol; this.url = url; } /* internal override bool IsInitialized { get { return true; } } */ ///[To be supplied.] ////// /// public override bool OneWay { get { return method.oneWay; } } ///[To be supplied.] ////// /// public SoapHttpClientProtocol Client { get { return protocol; } } ///[To be supplied.] ////// /// public override LogicalMethodInfo MethodInfo { get { return method.methodInfo; } } /* internal override SoapReflectedExtension[] Extensions { get { return method.extensions; } } internal override object[] ExtensionInitializers { get { return method.extensionInitializers; } } */ ///[To be supplied.] ////// /// public override string Url { get { return url; } } ///[To be supplied.] ////// /// public override string Action { get { return method.action; } } ///[To be supplied.] ///[ComVisible(false)] public override SoapProtocolVersion SoapVersion { get { return protocol.SoapVersion == SoapProtocolVersion.Default ? SoapProtocolVersion.Soap11 : protocol.SoapVersion; } } internal SoapClientMethod Method { get { return method; } } /// /// /// protected override void EnsureOutStage() { EnsureStage(SoapMessageStage.AfterDeserialize); } ///[To be supplied.] ////// /// protected override void EnsureInStage(){ EnsureStage(SoapMessageStage.BeforeSerialize); } } } // 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
- SessionIDManager.cs
- PagesSection.cs
- ScriptingSectionGroup.cs
- ScriptingSectionGroup.cs
- uribuilder.cs
- FilterException.cs
- DoubleLinkListEnumerator.cs
- DocumentDesigner.cs
- DragStartedEventArgs.cs
- OrderByExpression.cs
- Nullable.cs
- SafeLibraryHandle.cs
- JsonEnumDataContract.cs
- TextParagraph.cs
- EntityViewGenerator.cs
- UrlMappingsModule.cs
- CmsInterop.cs
- Msmq4SubqueuePoisonHandler.cs
- OdbcCommand.cs
- WebServiceReceive.cs
- TextContainer.cs
- StackSpiller.Bindings.cs
- ObjectStateFormatter.cs
- SafeNativeMethodsMilCoreApi.cs
- SoapExtension.cs
- ObservableCollection.cs
- AdRotator.cs
- FormsIdentity.cs
- SoapSchemaMember.cs
- ArgumentsParser.cs
- ReversePositionQuery.cs
- ByteStorage.cs
- TypeUtil.cs
- SRef.cs
- DeviceContexts.cs
- XPathNodePointer.cs
- Brushes.cs
- MethodCallTranslator.cs
- DeflateEmulationStream.cs
- EntityDataSourceDataSelectionPanel.cs
- XPathNodeList.cs
- ExtendedPropertyCollection.cs
- HtmlAnchor.cs
- ResourceManager.cs
- EntityContainer.cs
- FieldToken.cs
- PipeStream.cs
- HandleRef.cs
- XmlDataContract.cs
- XmlDataSourceView.cs
- DiscoveryOperationContextExtension.cs
- Package.cs
- ValidatingPropertiesEventArgs.cs
- SendActivityDesignerTheme.cs
- XmlTextReader.cs
- AmbientLight.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ScrollItemProviderWrapper.cs
- XPathBinder.cs
- ProfileSection.cs
- ScrollEvent.cs
- TableParaClient.cs
- CompositeFontFamily.cs
- BuildResult.cs
- ZipIOExtraFieldElement.cs
- DecimalKeyFrameCollection.cs
- FormsIdentity.cs
- TextFormatterImp.cs
- HatchBrush.cs
- XmlNamespaceMapping.cs
- EditorPart.cs
- SAPICategories.cs
- HierarchicalDataTemplate.cs
- TypeLoadException.cs
- BufferBuilder.cs
- UnlockInstanceAsyncResult.cs
- SqlDataReader.cs
- XPathParser.cs
- HttpFormatExtensions.cs
- XappLauncher.cs
- Size.cs
- StorageEntityContainerMapping.cs
- ManifestResourceInfo.cs
- SchemaTypeEmitter.cs
- MsmqInputChannelListener.cs
- HTMLTagNameToTypeMapper.cs
- CollaborationHelperFunctions.cs
- _PooledStream.cs
- IndividualDeviceConfig.cs
- PathTooLongException.cs
- Object.cs
- RepeaterDesigner.cs
- _IPv4Address.cs
- FixedSOMImage.cs
- Int32Storage.cs
- NullableLongMinMaxAggregationOperator.cs
- HttpGetClientProtocol.cs
- ScopelessEnumAttribute.cs
- ObjectDesignerDataSourceView.cs
- AutomationPeer.cs