ServiceDescription
Namespace
ServiceDescription()
Bindings
Extensions
Imports
Messages
Name
PortTypes
RetrievalUrl
Schema
Serializer
ServiceDescriptions
Services
TargetNamespace
Types
ValidationWarnings
CanRead(XmlReader)
Read(Stream)
Read(String)
Read(TextReader)
Read(XmlReader)
Read(Stream, Boolean)
Read(String, Boolean)
Read(TextReader, Boolean)
Read(XmlReader, Boolean)
Write(Stream)
Write(String)
Write(TextWriter)
Write(XmlWriter)
net11
namespace System.Web.Services.Description
{
[XmlFormatExtensionPoint("Extensions")]
[XmlRoot("definitions", Namespace = "http://schemas.xmlsoap.org/wsdl/")]
public sealed class ServiceDescription : DocumentableItem
{
[XmlAttribute("name", DataType = "NMTOKEN")]
public string Name { get; set; }
}
}
.NET Framework | 1.01.1 |
---|---|
Information specific to net11 | |
Assembly | System.Web.Services , Version=1.0.5000.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API