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
- WindowsIdentity.cs
- SafeNativeMethods.cs
- OdbcException.cs
- XmlDictionary.cs
- DesignerSerializationOptionsAttribute.cs
- XPathDocument.cs
- LinqDataSourceInsertEventArgs.cs
- BaseCodeDomTreeGenerator.cs
- OdbcInfoMessageEvent.cs
- XmlSerializerVersionAttribute.cs
- SelectionListComponentEditor.cs
- SecurityCriticalDataForSet.cs
- DayRenderEvent.cs
- TextServicesProperty.cs
- _HeaderInfoTable.cs
- TraceInternal.cs
- SchemaElementDecl.cs
- PtsCache.cs
- SelectionItemPattern.cs
- ViewCellSlot.cs
- InternalResources.cs
- Int32CAMarshaler.cs
- ColorMatrix.cs
- PopupControlService.cs
- LabelDesigner.cs
- HasCopySemanticsAttribute.cs
- TableParaClient.cs
- LinkButton.cs
- EntityDataSourceContainerNameConverter.cs
- GradientStop.cs
- HandlerFactoryWrapper.cs
- DataServiceQueryException.cs
- VoiceChangeEventArgs.cs
- BaseComponentEditor.cs
- ComboBox.cs
- ArrangedElement.cs
- ProviderUtil.cs
- CapabilitiesAssignment.cs
- TimersDescriptionAttribute.cs
- SingleAnimationUsingKeyFrames.cs
- SchemaSetCompiler.cs
- TdsRecordBufferSetter.cs
- X509CertificateEndpointIdentity.cs
- EntityKey.cs
- CompilationUnit.cs
- AuthenticationSection.cs
- ExpressionPrinter.cs
- WebBrowserContainer.cs
- AppSecurityManager.cs
- HttpContextWrapper.cs
- LogSwitch.cs
- EntityRecordInfo.cs
- IODescriptionAttribute.cs
- RelOps.cs
- CreateUserErrorEventArgs.cs
- HttpCacheVary.cs
- BuildDependencySet.cs
- GenericsInstances.cs
- TextComposition.cs
- SqlUserDefinedTypeAttribute.cs
- LZCodec.cs
- KeyedCollection.cs
- ExpressionBuilder.cs
- NativeMethods.cs
- SqlDataSource.cs
- X509ImageLogo.cs
- HandlerBase.cs
- CodeAccessPermission.cs
- PageSetupDialog.cs
- DesignerAdRotatorAdapter.cs
- BamlTreeNode.cs
- MachineKeySection.cs
- WebPartAddingEventArgs.cs
- StringReader.cs
- CodeMemberField.cs
- Geometry.cs
- EntitySqlException.cs
- EmptyQuery.cs
- ListViewGroupConverter.cs
- SpecularMaterial.cs
- ZoneIdentityPermission.cs
- ComponentTray.cs
- DropShadowBitmapEffect.cs
- DocumentPaginator.cs
- RedirectionProxy.cs
- MailAddress.cs
- ProfileBuildProvider.cs
- UIElement.cs
- DataServiceQueryProvider.cs
- FixedTextView.cs
- ObjectHandle.cs
- GridViewUpdateEventArgs.cs
- DBDataPermission.cs
- XmlSerializerVersionAttribute.cs
- WeakEventTable.cs
- ObjectToken.cs
- Set.cs
- InvokeGenerator.cs
- SqlBuffer.cs
- WebPartRestoreVerb.cs