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
- Unit.cs
- ContactManager.cs
- NullPackagingPolicy.cs
- ListViewDeletedEventArgs.cs
- ResourcesChangeInfo.cs
- wgx_render.cs
- CodeSnippetCompileUnit.cs
- PropertyPathWorker.cs
- GenericTypeParameterBuilder.cs
- SystemUnicastIPAddressInformation.cs
- LocationUpdates.cs
- RpcResponse.cs
- MessageQueueTransaction.cs
- ExpandoObject.cs
- JavaScriptSerializer.cs
- LongTypeConverter.cs
- ScrollableControl.cs
- DataReaderContainer.cs
- DefaultAsyncDataDispatcher.cs
- XmlStreamStore.cs
- TraceHwndHost.cs
- ExpressionBuilderCollection.cs
- AggregateNode.cs
- TemplateNameScope.cs
- RotateTransform3D.cs
- DefaultTraceListener.cs
- Pointer.cs
- ColorAnimationUsingKeyFrames.cs
- GenericAuthenticationEventArgs.cs
- XmlExceptionHelper.cs
- DecimalAnimation.cs
- ParseHttpDate.cs
- GridPatternIdentifiers.cs
- SqlLiftIndependentRowExpressions.cs
- SafeHandles.cs
- StrongNameIdentityPermission.cs
- CatalogPart.cs
- ApplicationActivator.cs
- LoginCancelEventArgs.cs
- hebrewshape.cs
- FigureParaClient.cs
- CachedFontFamily.cs
- WebPartPersonalization.cs
- TraceUtils.cs
- EntityDataSourceReferenceGroup.cs
- BuildResultCache.cs
- WebBrowserPermission.cs
- CngAlgorithmGroup.cs
- AssertFilter.cs
- CompilationUnit.cs
- BackgroundWorker.cs
- StreamResourceInfo.cs
- CornerRadius.cs
- TemplatingOptionsDialog.cs
- GridViewPageEventArgs.cs
- NamedPipeHostedTransportConfiguration.cs
- Array.cs
- OutgoingWebResponseContext.cs
- SatelliteContractVersionAttribute.cs
- XmlWriter.cs
- DataTable.cs
- HtmlWindow.cs
- LostFocusEventManager.cs
- SiteMapNodeCollection.cs
- CompilerError.cs
- NamespaceMapping.cs
- IntegerValidator.cs
- CursorInteropHelper.cs
- IsolatedStorageFilePermission.cs
- WindowProviderWrapper.cs
- CodeArgumentReferenceExpression.cs
- SkipStoryboardToFill.cs
- PeerName.cs
- JsonServiceDocumentSerializer.cs
- CompModSwitches.cs
- ClientUtils.cs
- ClientTargetCollection.cs
- TraceUtility.cs
- XPathExpr.cs
- SecurityCriticalDataForSet.cs
- ScrollBar.cs
- DataTableReaderListener.cs
- DriveInfo.cs
- CaseCqlBlock.cs
- LinkClickEvent.cs
- SpellerHighlightLayer.cs
- CompilationUtil.cs
- RoleGroup.cs
- ZipIOExtraFieldElement.cs
- WeakReference.cs
- InvalidDataContractException.cs
- MenuItemStyleCollection.cs
- CroppedBitmap.cs
- CellTreeSimplifier.cs
- ScrollBar.cs
- EntityDataSourceViewSchema.cs
- RelatedImageListAttribute.cs
- SequenceNumber.cs
- HtmlTableCell.cs
- ByteStack.cs