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
- SqlResolver.cs
- CompiledAction.cs
- SchemaImporterExtensionsSection.cs
- GradientStop.cs
- CompatibleComparer.cs
- ListViewUpdatedEventArgs.cs
- GridViewDeletedEventArgs.cs
- GrammarBuilderDictation.cs
- Point3DAnimationBase.cs
- MessageAction.cs
- WindowsToolbar.cs
- StringFreezingAttribute.cs
- SqlConnectionHelper.cs
- basevalidator.cs
- AppSettingsSection.cs
- IxmlLineInfo.cs
- ClockGroup.cs
- unsafenativemethodstextservices.cs
- ImageClickEventArgs.cs
- HttpPostedFile.cs
- MaskedTextBoxTextEditorDropDown.cs
- CodeGenerator.cs
- TdsRecordBufferSetter.cs
- XmlHierarchicalDataSourceView.cs
- NGCPageContentCollectionSerializerAsync.cs
- DoubleLinkListEnumerator.cs
- SelectionRange.cs
- Converter.cs
- PropertyValueUIItem.cs
- DataGridViewRowHeaderCell.cs
- XmlWrappingReader.cs
- DecoderFallback.cs
- ValuePattern.cs
- PartitionResolver.cs
- RequestCacheValidator.cs
- StringSource.cs
- SimplePropertyEntry.cs
- WebPartUserCapability.cs
- TagPrefixInfo.cs
- ToolStripPanelRow.cs
- DataGridViewAccessibleObject.cs
- IsolatedStorageFile.cs
- ServiceModelExtensionCollectionElement.cs
- TimelineGroup.cs
- OleTxTransactionInfo.cs
- EntityDataSourceContextCreatedEventArgs.cs
- PageContentCollection.cs
- TableLayoutPanelResizeGlyph.cs
- DrawingCollection.cs
- WindowsGraphics2.cs
- EventMappingSettingsCollection.cs
- ProxyDataContractResolver.cs
- TemplateParser.cs
- ExecutionContext.cs
- MetadataPropertyAttribute.cs
- RegexRunner.cs
- DataBindingExpressionBuilder.cs
- Message.cs
- FormatVersion.cs
- RetriableClipboard.cs
- _DisconnectOverlappedAsyncResult.cs
- RootBrowserWindowAutomationPeer.cs
- XamlRtfConverter.cs
- XmlUrlResolver.cs
- DocumentViewer.cs
- HistoryEventArgs.cs
- HttpCacheParams.cs
- DebugHandleTracker.cs
- RemoteWebConfigurationHostStream.cs
- TdsParserStateObject.cs
- Signature.cs
- MaterialCollection.cs
- CultureNotFoundException.cs
- ActivationArguments.cs
- DodSequenceMerge.cs
- ClientConvert.cs
- WindowShowOrOpenTracker.cs
- ErrorLog.cs
- SharedPerformanceCounter.cs
- MasterPageCodeDomTreeGenerator.cs
- HtmlElementEventArgs.cs
- TransportSecurityHelpers.cs
- EpmSyndicationContentDeSerializer.cs
- PhoneCallDesigner.cs
- ApplicationGesture.cs
- WebPartDisplayModeEventArgs.cs
- PasswordRecoveryDesigner.cs
- FunctionImportElement.cs
- WorkflowTransactionService.cs
- ImageMap.cs
- CopyAction.cs
- ImageBrush.cs
- Select.cs
- Helpers.cs
- IgnoreSectionHandler.cs
- BitmapMetadata.cs
- XmlCharacterData.cs
- InternalSafeNativeMethods.cs
- XsdBuildProvider.cs
- DLinqDataModelProvider.cs