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
- FormatConvertedBitmap.cs
- TextTreeUndo.cs
- SoapObjectWriter.cs
- Set.cs
- BaseDataListActionList.cs
- BaseTemplateBuildProvider.cs
- DocumentsTrace.cs
- GeometryDrawing.cs
- TextModifierScope.cs
- IOThreadTimer.cs
- OleDbCommand.cs
- COM2EnumConverter.cs
- LocalizationComments.cs
- MailWebEventProvider.cs
- PieceNameHelper.cs
- ExpressionLink.cs
- CodeObject.cs
- AssemblyCollection.cs
- ImageField.cs
- Command.cs
- OrthographicCamera.cs
- Visual3D.cs
- _SecureChannel.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- DataGridAutomationPeer.cs
- QueryAccessibilityHelpEvent.cs
- ReflectPropertyDescriptor.cs
- AnimatedTypeHelpers.cs
- VerificationAttribute.cs
- TextSegment.cs
- ReferenceSchema.cs
- PassportPrincipal.cs
- DataBoundControlAdapter.cs
- CheckStoreFileValidityRequest.cs
- ToolStripSplitButton.cs
- PkcsUtils.cs
- DescendantQuery.cs
- CustomAttributeBuilder.cs
- CacheOutputQuery.cs
- HtmlElementCollection.cs
- Triangle.cs
- SecurityDescriptor.cs
- RenderData.cs
- EventMappingSettingsCollection.cs
- SqlDataSourceCommandEventArgs.cs
- IndexedGlyphRun.cs
- FormViewInsertedEventArgs.cs
- TextTreeDeleteContentUndoUnit.cs
- ProvidersHelper.cs
- CrossAppDomainChannel.cs
- DataTableExtensions.cs
- QilInvoke.cs
- ObjectViewEntityCollectionData.cs
- SubpageParaClient.cs
- NegationPusher.cs
- CheckedListBox.cs
- OracleCommand.cs
- PropertyMetadata.cs
- DispatcherExceptionFilterEventArgs.cs
- XhtmlBasicCommandAdapter.cs
- LogEntryDeserializer.cs
- VariableQuery.cs
- IPAddress.cs
- XmlDocumentSerializer.cs
- TypeInitializationException.cs
- PrintDocument.cs
- SafePipeHandle.cs
- TextRunCache.cs
- XmlILOptimizerVisitor.cs
- DataSvcMapFileSerializer.cs
- InvokeProviderWrapper.cs
- SqlInternalConnection.cs
- ElementProxy.cs
- Graphics.cs
- SlipBehavior.cs
- regiisutil.cs
- Ray3DHitTestResult.cs
- EnumerableRowCollectionExtensions.cs
- ScrollItemProviderWrapper.cs
- ISAPIRuntime.cs
- Help.cs
- BasePattern.cs
- TypeLoadException.cs
- SendKeys.cs
- HttpRequest.cs
- NumberFormatter.cs
- MonitoringDescriptionAttribute.cs
- ColumnClickEvent.cs
- ToolStripSystemRenderer.cs
- XmlReflectionMember.cs
- TextEffectCollection.cs
- PartialList.cs
- _AutoWebProxyScriptWrapper.cs
- SerializationInfoEnumerator.cs
- MetafileHeader.cs
- MarshalByValueComponent.cs
- XmlSchemaProviderAttribute.cs
- Trace.cs
- AgileSafeNativeMemoryHandle.cs
- LogicalExpressionEditor.cs