﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SoapBinding" FullName="System.Web.Services.Discovery.SoapBinding"><TypeSignature Language="C#" Value="public sealed class SoapBinding" Maintainer="auto" /><AssemblyInfo><AssemblyName>System.Web.Services</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Xml.Serialization.XmlRoot("soap", Namespace="http://schemas.xmlsoap.org/disco/soap/", IsNullable=true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A SOAP binding is similar to an interface for XML Web services. It is useful for versioning and when you look for a XML Web service implementing a specific SOAP binding. For instance, a discovery document might contain optional information about SOAP bindings, which specify the SOAP bindings implemented by referenced Web Servcies. SOAP bindings are specified within the XML document containd within a discovery document by adding a SOAP XML element with an XML namespace equal to the <see cref="F:System.Web.Services.Discovery.SoapBinding.Namespace" /> constant. The <see cref="P:System.Web.Services.Discovery.SoapBinding.Address" /> property specifies the URL of the XML Web service and the <see cref="P:System.Web.Services.Discovery.SoapBinding.Binding" /> property specifies the SOAP binding implemented by that XML Web service.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a SOAP binding in a discovery document. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public SoapBinding ();" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.Services.Discovery.SoapBinding" /> class. </para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Address"><MemberSignature Language="C#" Value="public string Address { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the URL of the XML Web service implementing the SOAP binding.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Xml.Serialization.XmlAttribute("address")</AttributeName></Attribute></Attributes></Member><Member MemberName="Binding"><MemberSignature Language="C#" Value="public System.Xml.XmlQualifiedName Binding { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Xml.XmlQualifiedName</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.Xml.XmlQualifiedName" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the XML qualified name of the SOAP binding implemented by the XML Web service.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.Xml.Serialization.XmlAttribute("binding")</AttributeName></Attribute></Attributes></Member><Member MemberName="Namespace"><MemberSignature Language="C#" Value="public const string Namespace;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>SOAP bindings within a discovery document reside within a SOAP XML element, which is a member of the XML namespace specifed by the <see cref="F:System.Web.Services.Discovery.SoapBinding.Namespace" /> constant.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The XML namespace of the element that specifies a SOAP binding within a discovery document.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>