Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / HttpFormatExtensions.cs / 1305376 / HttpFormatExtensions.cs
namespace System.Web.Services.Description { using System.Xml.Serialization; using System.Web.Services.Configuration; ///[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))] public sealed class HttpAddressBinding : ServiceDescriptionFormatExtension { string location; /// [XmlAttribute("location")] public string Location { get { return location == null ? string.Empty : location; } set { location = value; } } } /// [XmlFormatExtension("binding", HttpBinding.Namespace, typeof(Binding))] [XmlFormatExtensionPrefix("http", HttpBinding.Namespace)] public sealed class HttpBinding : ServiceDescriptionFormatExtension { string verb; /// public const string Namespace="http://schemas.xmlsoap.org/wsdl/http/"; /// [XmlAttribute("verb")] public string Verb { get { return verb; } set { verb = value; } } } /// [XmlFormatExtension("operation", HttpBinding.Namespace, typeof(OperationBinding))] public sealed class HttpOperationBinding : ServiceDescriptionFormatExtension { string location; /// [XmlAttribute("location")] public string Location { get { return location == null ? string.Empty : location; } set { location = value; } } } /// [XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension { } /// [XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))] public sealed class HttpUrlReplacementBinding : ServiceDescriptionFormatExtension { } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.Services.Description { using System.Xml.Serialization; using System.Web.Services.Configuration; /// [XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))] public sealed class HttpAddressBinding : ServiceDescriptionFormatExtension { string location; /// [XmlAttribute("location")] public string Location { get { return location == null ? string.Empty : location; } set { location = value; } } } /// [XmlFormatExtension("binding", HttpBinding.Namespace, typeof(Binding))] [XmlFormatExtensionPrefix("http", HttpBinding.Namespace)] public sealed class HttpBinding : ServiceDescriptionFormatExtension { string verb; /// public const string Namespace="http://schemas.xmlsoap.org/wsdl/http/"; /// [XmlAttribute("verb")] public string Verb { get { return verb; } set { verb = value; } } } /// [XmlFormatExtension("operation", HttpBinding.Namespace, typeof(OperationBinding))] public sealed class HttpOperationBinding : ServiceDescriptionFormatExtension { string location; /// [XmlAttribute("location")] public string Location { get { return location == null ? string.Empty : location; } set { location = value; } } } /// [XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] public sealed class HttpUrlEncodedBinding : ServiceDescriptionFormatExtension { } /// [XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))] public sealed class HttpUrlReplacementBinding : ServiceDescriptionFormatExtension { } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SigningCredentials.cs
- NativeObjectSecurity.cs
- DesignerLabelAdapter.cs
- ArgIterator.cs
- PropertyValueChangedEvent.cs
- FixedTextView.cs
- CredentialCache.cs
- CurrentChangedEventManager.cs
- SupportingTokenSecurityTokenResolver.cs
- Environment.cs
- ITreeGenerator.cs
- FixedFlowMap.cs
- MaskedTextBoxDesignerActionList.cs
- DbInsertCommandTree.cs
- BitmapImage.cs
- XmlWhitespace.cs
- TextElementEditingBehaviorAttribute.cs
- BindingsCollection.cs
- SoapFault.cs
- ClientApiGenerator.cs
- FixedLineResult.cs
- TriggerActionCollection.cs
- ProcessDesigner.cs
- CodeGroup.cs
- XmlSchemaException.cs
- JsonObjectDataContract.cs
- PartialArray.cs
- SizeAnimationUsingKeyFrames.cs
- CompletedAsyncResult.cs
- HttpCacheVaryByContentEncodings.cs
- AssertSection.cs
- DesignerActionUIService.cs
- ContainerVisual.cs
- webbrowsersite.cs
- KnownTypeAttribute.cs
- ContextDataSource.cs
- SoapTypeAttribute.cs
- SerialStream.cs
- SiteMapHierarchicalDataSourceView.cs
- MulticastNotSupportedException.cs
- XmlSchemaValidator.cs
- IdentitySection.cs
- SqlGenericUtil.cs
- XmlSchemaExporter.cs
- ProcessStartInfo.cs
- InfoCardSymmetricAlgorithm.cs
- AnnotationComponentChooser.cs
- X509RawDataKeyIdentifierClause.cs
- DataServiceContext.cs
- ApplicationManager.cs
- EntryIndex.cs
- TextBox.cs
- Rights.cs
- RijndaelManaged.cs
- Vector3D.cs
- RequestChannelBinder.cs
- GetPageNumberCompletedEventArgs.cs
- VirtualPathProvider.cs
- DataReaderContainer.cs
- VariableModifiersHelper.cs
- HttpMethodConstraint.cs
- MemberBinding.cs
- KeyToListMap.cs
- TypeConverterAttribute.cs
- XPathNavigatorReader.cs
- XmlAttributeAttribute.cs
- DynamicDataRoute.cs
- UnsafeNativeMethods.cs
- EventMetadata.cs
- WorkflowControlClient.cs
- ToolZone.cs
- RecognizedPhrase.cs
- DynamicDiscoSearcher.cs
- BitmapCodecInfoInternal.cs
- TypeDescriptorFilterService.cs
- keycontainerpermission.cs
- IntranetCredentialPolicy.cs
- DatatypeImplementation.cs
- StrokeRenderer.cs
- Splitter.cs
- XmlUrlResolver.cs
- PackUriHelper.cs
- WeakEventTable.cs
- DataListItem.cs
- TableLayoutSettings.cs
- CreateWorkflowOwnerCommand.cs
- RbTree.cs
- Oid.cs
- ProxyWebPartConnectionCollection.cs
- WebReferencesBuildProvider.cs
- NameValueSectionHandler.cs
- PerformanceCounterPermissionAttribute.cs
- SynchronousReceiveElement.cs
- NullRuntimeConfig.cs
- ReferenceAssemblyAttribute.cs
- Int16AnimationUsingKeyFrames.cs
- ObjectListCommandsPage.cs
- WindowsUpDown.cs
- WebPartConnectionsDisconnectVerb.cs
- Processor.cs