Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / SoapBinding.cs / 1305376 / SoapBinding.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Services.Discovery {
using System;
using System.Xml;
using System.Xml.Serialization;
using System.Diagnostics;
///
///
/// [To be supplied.]
///
[XmlRoot("soap", Namespace=SoapBinding.Namespace)]
public sealed class SoapBinding {
///
///
/// [To be supplied.]
///
public const string Namespace = "http://schemas.xmlsoap.org/disco/soap/";
private XmlQualifiedName binding;
private string address = "";
///
///
/// [To be supplied.]
///
[XmlAttribute("address")]
public string Address {
get { return address; }
set {
if (value == null)
address = "";
else
address = value;
}
}
///
///
/// [To be supplied.]
///
[XmlAttribute("binding")]
public XmlQualifiedName Binding {
get { return binding; }
set { binding = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Services.Discovery {
using System;
using System.Xml;
using System.Xml.Serialization;
using System.Diagnostics;
///
///
/// [To be supplied.]
///
[XmlRoot("soap", Namespace=SoapBinding.Namespace)]
public sealed class SoapBinding {
///
///
/// [To be supplied.]
///
public const string Namespace = "http://schemas.xmlsoap.org/disco/soap/";
private XmlQualifiedName binding;
private string address = "";
///
///
/// [To be supplied.]
///
[XmlAttribute("address")]
public string Address {
get { return address; }
set {
if (value == null)
address = "";
else
address = value;
}
}
///
///
/// [To be supplied.]
///
[XmlAttribute("binding")]
public XmlQualifiedName Binding {
get { return binding; }
set { binding = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplatePartAttribute.cs
- XmlIgnoreAttribute.cs
- ProxyWebPartConnectionCollection.cs
- VectorValueSerializer.cs
- MultipartIdentifier.cs
- StringCollection.cs
- TrackingMemoryStream.cs
- TreeNode.cs
- indexingfiltermarshaler.cs
- LoginDesigner.cs
- DataFormats.cs
- ArrayEditor.cs
- TlsnegoTokenAuthenticator.cs
- ContextStaticAttribute.cs
- GeometryModel3D.cs
- XmlTextReader.cs
- XsltContext.cs
- LocalizabilityAttribute.cs
- LockedAssemblyCache.cs
- LinqDataSourceInsertEventArgs.cs
- SynchronizationLockException.cs
- CodeParameterDeclarationExpression.cs
- LookupNode.cs
- AssociatedControlConverter.cs
- Pair.cs
- GradientStop.cs
- ObjectDataProvider.cs
- arclist.cs
- BrowserDefinitionCollection.cs
- TableLayoutPanelResizeGlyph.cs
- XmlDownloadManager.cs
- TextEditorCharacters.cs
- ImageSourceValueSerializer.cs
- SqlFacetAttribute.cs
- StringPropertyBuilder.cs
- DrawingContext.cs
- COM2Properties.cs
- ProcessingInstructionAction.cs
- StructuredType.cs
- activationcontext.cs
- TabletCollection.cs
- CacheModeConverter.cs
- CodeAssignStatement.cs
- SafeCryptContextHandle.cs
- GlyphShapingProperties.cs
- SocketPermission.cs
- DynamicValueConverter.cs
- ToolTipAutomationPeer.cs
- SqlParameterCollection.cs
- ProcessRequestArgs.cs
- Panel.cs
- FrugalMap.cs
- ApplicationSecurityInfo.cs
- PageRanges.cs
- CreateUserWizardStep.cs
- PropertyGrid.cs
- WebPartsSection.cs
- XmlBinaryReader.cs
- NavigationHelper.cs
- UInt64Storage.cs
- MouseGestureConverter.cs
- VectorCollectionConverter.cs
- XamlReaderHelper.cs
- objectresult_tresulttype.cs
- TablePatternIdentifiers.cs
- LinearGradientBrush.cs
- SafePEFileHandle.cs
- PropertyItemInternal.cs
- XNodeValidator.cs
- ListViewAutomationPeer.cs
- PopupControlService.cs
- DataGridViewImageCell.cs
- AccessedThroughPropertyAttribute.cs
- PublishLicense.cs
- PartitionResolver.cs
- RightNameExpirationInfoPair.cs
- DataGridViewSelectedCellCollection.cs
- MetadataCollection.cs
- DataGridParentRows.cs
- DetailsViewRowCollection.cs
- ProviderMetadataCachedInformation.cs
- RoutedEventConverter.cs
- GradientStop.cs
- ResourcePool.cs
- TextProviderWrapper.cs
- TextServicesManager.cs
- WhitespaceRuleLookup.cs
- XmlNodeReader.cs
- SiteMembershipCondition.cs
- TrustLevel.cs
- PeerTransportCredentialType.cs
- InvalidContentTypeException.cs
- ToolStripContainer.cs
- EntityDesignPluralizationHandler.cs
- ProviderIncompatibleException.cs
- MachineSettingsSection.cs
- MenuItemStyleCollection.cs
- SynchronizationContext.cs
- ResourceSet.cs
- BrowserCapabilitiesCodeGenerator.cs