Code:
/ 4.0 / 4.0 / 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.] ///// 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
- ProfilePropertyNameValidator.cs
- Collection.cs
- AppSettingsExpressionBuilder.cs
- Documentation.cs
- HybridDictionary.cs
- Application.cs
- DirectoryNotFoundException.cs
- BuildProviderAppliesToAttribute.cs
- EventSetter.cs
- AccessControlEntry.cs
- AttachedPropertyBrowsableAttribute.cs
- MessageSmuggler.cs
- Debug.cs
- WebPartDescriptionCollection.cs
- ReachPageContentSerializerAsync.cs
- DbConnectionPoolOptions.cs
- RemoteWebConfigurationHost.cs
- QilInvoke.cs
- Math.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- DataRelationPropertyDescriptor.cs
- Visual3D.cs
- DataGridViewColumnTypeEditor.cs
- PreviewKeyDownEventArgs.cs
- XamlToRtfWriter.cs
- SkipStoryboardToFill.cs
- processwaithandle.cs
- StringDictionaryCodeDomSerializer.cs
- SQlBooleanStorage.cs
- TextServicesCompartmentContext.cs
- GridViewHeaderRowPresenter.cs
- Parameter.cs
- IApplicationTrustManager.cs
- StructuredTypeEmitter.cs
- TypeDescriptionProvider.cs
- Schema.cs
- DiscoveryDefaults.cs
- KnownTypes.cs
- DefaultValueAttribute.cs
- TaiwanLunisolarCalendar.cs
- Rect3D.cs
- ContextBase.cs
- PointLight.cs
- AutoResizedEvent.cs
- IndentedWriter.cs
- GridSplitterAutomationPeer.cs
- TemplatedWizardStep.cs
- PackageRelationshipSelector.cs
- FunctionDescription.cs
- UserPersonalizationStateInfo.cs
- ControlIdConverter.cs
- ObjectSecurity.cs
- NotCondition.cs
- DragEvent.cs
- JsonReaderDelegator.cs
- OleDragDropHandler.cs
- StatusBarPanel.cs
- Header.cs
- BuilderInfo.cs
- LinearGradientBrush.cs
- SourceFilter.cs
- coordinator.cs
- DodSequenceMerge.cs
- Matrix3DStack.cs
- ThemeableAttribute.cs
- AssemblyResolver.cs
- TemplateField.cs
- RadioButtonFlatAdapter.cs
- TypeValidationEventArgs.cs
- EventLogEntryCollection.cs
- ParseChildrenAsPropertiesAttribute.cs
- SelectorItemAutomationPeer.cs
- SqlProviderManifest.cs
- SqlTransaction.cs
- ProcessHostServerConfig.cs
- UnsafeNetInfoNativeMethods.cs
- remotingproxy.cs
- SqlGatherConsumedAliases.cs
- ContextStack.cs
- FileDialog_Vista.cs
- TdsParameterSetter.cs
- WebPartMinimizeVerb.cs
- DataSourceConverter.cs
- DataReaderContainer.cs
- ScriptDescriptor.cs
- EarlyBoundInfo.cs
- PersonalizationProviderCollection.cs
- TakeOrSkipQueryOperator.cs
- EdmToObjectNamespaceMap.cs
- SqlProfileProvider.cs
- TextBoxAutoCompleteSourceConverter.cs
- DetailsViewPageEventArgs.cs
- BitmapEffect.cs
- SafeLocalAllocation.cs
- XmlChildNodes.cs
- ChangeInterceptorAttribute.cs
- CustomAssemblyResolver.cs
- RandomNumberGenerator.cs
- DataListCommandEventArgs.cs
- MultipartIdentifier.cs