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
- XmlBaseReader.cs
- BooleanConverter.cs
- HealthMonitoringSection.cs
- DefaultBinder.cs
- PropertyChange.cs
- FileUpload.cs
- DrawingContext.cs
- RequestSecurityTokenResponseCollection.cs
- ContextMarshalException.cs
- parserscommon.cs
- ScriptHandlerFactory.cs
- SharedRuntimeState.cs
- GcSettings.cs
- XXXInfos.cs
- XamlPoint3DCollectionSerializer.cs
- OdbcErrorCollection.cs
- CursorConverter.cs
- EncoderFallback.cs
- DataBoundControlActionList.cs
- ObjectStateManager.cs
- WindowsListBox.cs
- IsolatedStorageSecurityState.cs
- DataStreamFromComStream.cs
- OleDbCommand.cs
- WebPartConnectionsDisconnectVerb.cs
- TypedOperationInfo.cs
- StateMachineTimers.cs
- XomlCompiler.cs
- EntityDesignerUtils.cs
- WinFormsSpinner.cs
- Translator.cs
- TypeLibConverter.cs
- InheritedPropertyChangedEventArgs.cs
- DataGridViewLayoutData.cs
- FieldMetadata.cs
- ServiceCredentialsSecurityTokenManager.cs
- PermissionSet.cs
- DoubleAnimationBase.cs
- Expressions.cs
- RectangleF.cs
- Console.cs
- _SpnDictionary.cs
- WebBrowser.cs
- NonParentingControl.cs
- PackageRelationshipSelector.cs
- dbdatarecord.cs
- FileSecurity.cs
- FactorySettingsElement.cs
- StrokeCollection2.cs
- DecoderExceptionFallback.cs
- MenuItemCollection.cs
- controlskin.cs
- PictureBox.cs
- FreeIndexList.cs
- IdentitySection.cs
- XmlLinkedNode.cs
- XmlSchemaSet.cs
- DataColumnChangeEvent.cs
- Intellisense.cs
- ConnectionPool.cs
- OraclePermissionAttribute.cs
- EraserBehavior.cs
- GridViewPageEventArgs.cs
- ColorContext.cs
- DataObjectAttribute.cs
- HttpServerUtilityWrapper.cs
- FactoryMaker.cs
- PrinterUnitConvert.cs
- ACE.cs
- GeneralTransform3DTo2DTo3D.cs
- ChtmlTextBoxAdapter.cs
- StrokeNodeOperations.cs
- Vector.cs
- Span.cs
- BrowserCapabilitiesFactoryBase.cs
- IPHostEntry.cs
- ParameterToken.cs
- EntityContainerEmitter.cs
- SchemaCollectionCompiler.cs
- ExtentKey.cs
- OperationResponse.cs
- XmlDataSourceView.cs
- IApplicationTrustManager.cs
- DbConnectionClosed.cs
- ValidationSummary.cs
- EntityParameterCollection.cs
- PerformanceCounterPermissionEntryCollection.cs
- SkewTransform.cs
- ObjectTag.cs
- ValidatedControlConverter.cs
- ActivityDesigner.cs
- AdjustableArrowCap.cs
- XmlQueryTypeFactory.cs
- WindowHelperService.cs
- StyleSheetDesigner.cs
- X509UI.cs
- StringInfo.cs
- TraceListener.cs
- Color.cs
- Avt.cs