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
- SafeRightsManagementQueryHandle.cs
- CultureSpecificStringDictionary.cs
- LinearGradientBrush.cs
- DocumentReference.cs
- ActivityMarkupSerializationProvider.cs
- ImageMetadata.cs
- RadioButton.cs
- FixedTextBuilder.cs
- TransformPattern.cs
- thaishape.cs
- CircleHotSpot.cs
- ISAPIWorkerRequest.cs
- userdatakeys.cs
- ListView.cs
- DelegateHelpers.Generated.cs
- EventListenerClientSide.cs
- RelOps.cs
- ErrorItem.cs
- FixedSOMPage.cs
- ToolStripHighContrastRenderer.cs
- AttachedPropertyMethodSelector.cs
- ExecutedRoutedEventArgs.cs
- TimeSpanValidator.cs
- PtsPage.cs
- Operators.cs
- ClientUtils.cs
- NativeMethods.cs
- HostDesigntimeLicenseContext.cs
- AsyncOperation.cs
- ProcessModelInfo.cs
- SQLSingle.cs
- Module.cs
- SecurityTraceRecordHelper.cs
- SamlAuthenticationClaimResource.cs
- Process.cs
- EditorPartCollection.cs
- ProfileBuildProvider.cs
- HtmlAnchor.cs
- RoutedPropertyChangedEventArgs.cs
- BStrWrapper.cs
- Oid.cs
- OutOfProcStateClientManager.cs
- ListComponentEditorPage.cs
- DotExpr.cs
- CapabilitiesPattern.cs
- DataTableExtensions.cs
- TagMapCollection.cs
- BindableAttribute.cs
- XmlSchemaAnnotated.cs
- ConfigXmlText.cs
- FileLevelControlBuilderAttribute.cs
- CorrelationQuery.cs
- ExpandSegment.cs
- PEFileReader.cs
- IdleTimeoutMonitor.cs
- PropertyToken.cs
- XmlSiteMapProvider.cs
- ImageClickEventArgs.cs
- TraceListener.cs
- WindowsPrincipal.cs
- XmlSchemaAny.cs
- WinEventWrap.cs
- GridSplitter.cs
- RemotingAttributes.cs
- EtwTrace.cs
- RenderingBiasValidation.cs
- WebPartExportVerb.cs
- ADConnectionHelper.cs
- ParserOptions.cs
- ObjectView.cs
- NativeMethods.cs
- ZipIOCentralDirectoryFileHeader.cs
- LocatorManager.cs
- BuildResult.cs
- EnumMemberAttribute.cs
- StylusDownEventArgs.cs
- AccessText.cs
- DataSourceCache.cs
- FileLoadException.cs
- ToolboxBitmapAttribute.cs
- GridViewHeaderRowPresenter.cs
- ProjectionQueryOptionExpression.cs
- NameTable.cs
- MobileTemplatedControlDesigner.cs
- UTF7Encoding.cs
- CfgArc.cs
- RadioButtonRenderer.cs
- SmiMetaData.cs
- SqlXmlStorage.cs
- WhitespaceRule.cs
- TextElementCollectionHelper.cs
- ButtonColumn.cs
- AnnouncementSendsAsyncResult.cs
- WindowsGraphics.cs
- OciEnlistContext.cs
- ButtonRenderer.cs
- SiblingIterators.cs
- BufferedReadStream.cs
- StorageAssociationSetMapping.cs
- RotateTransform3D.cs