Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IMembershipProvider.cs
- DesignerDataView.cs
- TransformGroup.cs
- SoundPlayerAction.cs
- ReceiveActivityDesignerTheme.cs
- EFAssociationProvider.cs
- VariableAction.cs
- SmtpCommands.cs
- Symbol.cs
- IntSumAggregationOperator.cs
- ControlParameter.cs
- EncoderFallback.cs
- DateTimeParse.cs
- ParameterModifier.cs
- PropertyChangeTracker.cs
- SelectionRange.cs
- AxHost.cs
- SimpleWebHandlerParser.cs
- SerialPinChanges.cs
- Activator.cs
- StreamReader.cs
- WebServicesSection.cs
- SynchronizedDispatch.cs
- EnterpriseServicesHelper.cs
- COM2ExtendedTypeConverter.cs
- SynchronizationFilter.cs
- XmlSchemaAnnotated.cs
- ProcessRequestArgs.cs
- DataGridViewControlCollection.cs
- SubMenuStyleCollectionEditor.cs
- LazyTextWriterCreator.cs
- PaintEvent.cs
- FtpRequestCacheValidator.cs
- DigitShape.cs
- ReliableReplySessionChannel.cs
- ETagAttribute.cs
- Span.cs
- isolationinterop.cs
- Panel.cs
- WebBrowserSiteBase.cs
- Rectangle.cs
- Timer.cs
- CurrentTimeZone.cs
- DataColumn.cs
- DataBindingCollection.cs
- FunctionMappingTranslator.cs
- DataGridViewTopLeftHeaderCell.cs
- SelectQueryOperator.cs
- PropertiesTab.cs
- SpecularMaterial.cs
- xdrvalidator.cs
- sqlinternaltransaction.cs
- SafeEventLogReadHandle.cs
- TrackingStringDictionary.cs
- OperationResponse.cs
- WebPartHelpVerb.cs
- UnmanagedMemoryStreamWrapper.cs
- MarkedHighlightComponent.cs
- StructuralCache.cs
- DataKeyCollection.cs
- SqlFacetAttribute.cs
- TemplateKey.cs
- SoapReflector.cs
- KeyProperty.cs
- PageFunction.cs
- MethodToken.cs
- XmlSchemaSimpleType.cs
- ToolboxComponentsCreatingEventArgs.cs
- FixedPage.cs
- CurrentChangingEventArgs.cs
- ResolveNameEventArgs.cs
- StreamGeometry.cs
- BufferedStream.cs
- MinimizableAttributeTypeConverter.cs
- DocumentScope.cs
- ResourceAttributes.cs
- UndirectedGraph.cs
- DataColumnCollection.cs
- columnmapkeybuilder.cs
- RegexFCD.cs
- PipeStream.cs
- TextMetrics.cs
- EmptyEnumerable.cs
- ThreadAbortException.cs
- ProfilePropertySettings.cs
- HttpPostProtocolReflector.cs
- UnmanagedMemoryStreamWrapper.cs
- WebBrowsableAttribute.cs
- BindableTemplateBuilder.cs
- DeploymentSectionCache.cs
- KeyValueConfigurationCollection.cs
- ReadOnlyActivityGlyph.cs
- SiteMapNodeItem.cs
- SafeNativeMethods.cs
- CallTemplateAction.cs
- ThreadStartException.cs
- CodeArrayIndexerExpression.cs
- UdpRetransmissionSettings.cs
- BufferedGraphics.cs
- DataGridViewMethods.cs