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
- XPathParser.cs
- ControlPropertyNameConverter.cs
- RequestTimeoutManager.cs
- Font.cs
- DispatchOperation.cs
- QueryOutputWriter.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- COM2Properties.cs
- OrderedParallelQuery.cs
- EntityTypeEmitter.cs
- Int64.cs
- ProfessionalColors.cs
- updatecommandorderer.cs
- VirtualizingStackPanel.cs
- WebDisplayNameAttribute.cs
- HttpClientCertificate.cs
- LiteralControl.cs
- OdbcPermission.cs
- XmlDataSourceNodeDescriptor.cs
- HMACSHA256.cs
- Win32Exception.cs
- basecomparevalidator.cs
- GPPOINT.cs
- SqlEnums.cs
- WindowsNonControl.cs
- FileFormatException.cs
- SocketException.cs
- XPathDocumentIterator.cs
- EntityDataSourceViewSchema.cs
- PermissionSet.cs
- hwndwrapper.cs
- StorageScalarPropertyMapping.cs
- JsonGlobals.cs
- processwaithandle.cs
- ColorBlend.cs
- ThaiBuddhistCalendar.cs
- AppDomainShutdownMonitor.cs
- ItemCollection.cs
- ThreadExceptionDialog.cs
- DecimalConstantAttribute.cs
- TraceListener.cs
- RTLAwareMessageBox.cs
- ExecutionScope.cs
- List.cs
- StorageEndPropertyMapping.cs
- GlobalProxySelection.cs
- DBConnectionString.cs
- RegexFCD.cs
- SvcMapFile.cs
- input.cs
- TextRunTypographyProperties.cs
- HttpModulesSection.cs
- MarkupProperty.cs
- X509RecipientCertificateServiceElement.cs
- counter.cs
- PeerNameRecordCollection.cs
- ZeroOpNode.cs
- QuaternionAnimationBase.cs
- WhereQueryOperator.cs
- CapabilitiesAssignment.cs
- ControlPaint.cs
- ToolboxDataAttribute.cs
- NeedSkipTokenVisitor.cs
- BindingCollectionElement.cs
- TrustSection.cs
- ProcessThreadCollection.cs
- OpacityConverter.cs
- ThemeDictionaryExtension.cs
- BroadcastEventHelper.cs
- CodeCastExpression.cs
- ObjectHandle.cs
- BuildResult.cs
- EditorPartChrome.cs
- PluralizationService.cs
- ExpressionEditorAttribute.cs
- InvalidPropValue.cs
- SafeNativeMethodsMilCoreApi.cs
- UrlAuthFailedErrorFormatter.cs
- WindowsAuthenticationModule.cs
- DynamicPropertyHolder.cs
- MultiByteCodec.cs
- ProxyWebPartConnectionCollection.cs
- TriggerAction.cs
- PassportAuthenticationEventArgs.cs
- MultiByteCodec.cs
- IncrementalReadDecoders.cs
- PresentationTraceSources.cs
- XmlSchemaExporter.cs
- SimpleRecyclingCache.cs
- FilterQuery.cs
- KeySpline.cs
- SeekableMessageNavigator.cs
- InternalBufferOverflowException.cs
- DbParameterHelper.cs
- MenuItem.cs
- SqlException.cs
- ZoomingMessageFilter.cs
- LazyInitializer.cs
- ElementNotAvailableException.cs
- ActiveXContainer.cs