﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ProtocolImporter" FullName="System.Web.Services.Description.ProtocolImporter"><TypeSignature Language="C#" Value="public abstract class ProtocolImporter" 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 /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The abstract <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class and its concrete derived classes generate client proxy code or abstract server code according to a specified communication protocol. <see cref="T:System.Web.Services.Description.ProtocolImporter" /> provides common functionality regardless of the protocol. Within a given protocol, a concrete derived class generates a class for each supported binding defined in a Web Services Description Language (WSDL) document. Typically, instead of directly invoking classes derived from <see cref="T:System.Web.Services.Description.ProtocolImporter" />, a developer uses these classes indirectly through the <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides common functionality across communication protocols for generating classes for Web services. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected ProtocolImporter ();" /><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.Description.ProtocolImporter" /> class. </para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AbstractSchemas"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlSchemas AbstractSchemas { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Xml.Serialization.XmlSchemas</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.Xml.Serialization.XmlSchemas" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the abstract XML schemas used by the associated <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> instance.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AddExtensionWarningComments"><MemberSignature Language="C#" Value="public void AddExtensionWarningComments (System.CodeDom.CodeCommentStatementCollection comments, System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection extensions);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="comments" Type="System.CodeDom.CodeCommentStatementCollection" /><Parameter Name="extensions" Type="System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method also adds the warning messages to a collection of code comments.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>For each unhandled extension or XML element in the input extensions collection, turns on a <see cref="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.RequiredExtensionsIgnored" /> or <see cref="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.OptionalExtensionsIgnored" /> warning for each unhandled extension or XML element in the input extensions collection. </para></summary><param name="comments"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeCommentStatementCollection" /> that specifies the collection of code comments to which each warning message is added.</param><param name="extensions"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection" /> that specifies the extensions or XML elements for which warnings should be generated if they are not handled.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BeginClass"><MemberSignature Language="C#" Value="protected abstract System.CodeDom.CodeTypeDeclaration BeginClass ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.CodeDom.CodeTypeDeclaration</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating a class for a given binding, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.BeginClass" /> method before generating methods that correspond to operations.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, initializes the generation of a binding class.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The generated class.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="BeginNamespace"><MemberSignature Language="C#" Value="protected virtual void BeginNamespace ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating code, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.BeginNamespace" /> method before generating classes that represent bindings.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, performs namespace-wide initialization during code generation.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Binding"><MemberSignature Language="C#" Value="public System.Web.Services.Description.Binding Binding { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.Binding</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Binding'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Web Services Description Language (WSDL) binding that the protocol importer is currently processing to generate a class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ClassName"><MemberSignature Language="C#" Value="public string ClassName { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><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 the name of the binding class that is currently being generated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ClassNames"><MemberSignature Language="C#" Value="public System.Xml.Serialization.CodeIdentifiers ClassNames { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Xml.Serialization.CodeIdentifiers</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.Xml.Serialization.CodeIdentifiers" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Xml.Serialization.CodeIdentifiers" /> object that generates a unique name for the binding class that is currently being generated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CodeNamespace"><MemberSignature Language="C#" Value="public System.CodeDom.CodeNamespace CodeNamespace { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.CodeDom.CodeNamespace</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.CodeDom.CodeNamespace" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a representation of the .NET Framework namespace of the binding classes that are being generated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CodeTypeDeclaration"><MemberSignature Language="C#" Value="public System.CodeDom.CodeTypeDeclaration CodeTypeDeclaration { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.CodeDom.CodeTypeDeclaration</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.CodeDom.CodeTypeDeclaration" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a representation of the binding class that is currently being generated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ConcreteSchemas"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlSchemas ConcreteSchemas { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Xml.Serialization.XmlSchemas</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.Xml.Serialization.XmlSchemas" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the concrete XML schemas used by the associated <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> instance.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="EndClass"><MemberSignature Language="C#" Value="protected virtual void EndClass ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating a class for a given binding, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.EndClass" /> method after generating methods that correspond to operations.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, processes a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="EndNamespace"><MemberSignature Language="C#" Value="protected virtual void EndNamespace ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating code, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.EndNamespace" /> method after generating classes that represent bindings.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, performs processing for an entire namespace.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GenerateMethod"><MemberSignature Language="C#" Value="protected abstract System.CodeDom.CodeMemberMethod GenerateMethod ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.CodeDom.CodeMemberMethod</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating code, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.GenerateMethod" /> method for each binding class method that represents an operation.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, generates method code for binding classes.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The generated method.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="InputMessage"><MemberSignature Language="C#" Value="public System.Web.Services.Description.Message InputMessage { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.Message</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Message'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Web Services Description Language (WSDL) input message for the abstract operation that the protocol importer is currently processing to generate a method in a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsBindingSupported"><MemberSignature Language="C#" Value="protected abstract bool IsBindingSupported ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating code, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.IsBindingSupported" /> method to determine whether to generate a class for the current binding, as represented by the <see cref="P:System.Web.Services.Description.ProtocolImporter.Binding" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, determines whether a class can be generated for the current binding.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>True if the binding is supported; otherwise false.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsOperationFlowSupported"><MemberSignature Language="C#" Value="protected abstract bool IsOperationFlowSupported (System.Web.Services.Description.OperationFlow flow);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="flow" Type="System.Web.Services.Description.OperationFlow" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When generating code, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls the <see cref="M:System.Web.Services.Description.ProtocolImporter.IsOperationFlowSupported(System.Web.Services.Description.OperationFlow)" /> method to determine whether to generate a method for the current operation, as represented by the <see cref="P:System.Web.Services.Description.ProtocolImporter.Operation" /> property. This evaluation takes place for each operation in a binding for which a class is being generated. If a false value is returned, the <see cref="T:System.Web.Services.Description.ProtocolImporter" /> class calls its <see cref="M:System.Web.Services.Description.ProtocolImporter.UnsupportedOperationWarning(System.String)" /> method.</para><para>For more information, see the <see cref="P:System.Web.Services.Description.OperationMessageCollection.Flow" /> property. The <see cref="P:System.Web.Services.Description.Operation.Messages" /> property is of type <see cref="T:System.Web.Services.Description.OperationMessageCollection" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>When overridden in a derived class, determines whether the current operation's operation flow is supported.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>True if the current operation's operation flow is supported.</para></returns><param name="flow"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Web.Services.Description.OperationFlow" />  enumeration value that represents a transmission pattern.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="MethodName"><MemberSignature Language="C#" Value="public string MethodName { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><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 the name of the binding class method which that the protocol importer is currently generating.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Operation"><MemberSignature Language="C#" Value="public System.Web.Services.Description.Operation Operation { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.Operation</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Operation'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The operation appears as a child of the <see cref="P:System.Web.Services.Description.ProtocolImporter.PortType" /> element in a WSDL document. The method is generated with a <see cref="T:System.Web.Services.WebMethodAttribute" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the abstract Web Services Description Language (WSDL) operation that the protocol importer is currently processing to generate a method in a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OperationBinding"><MemberSignature Language="C#" Value="public System.Web.Services.Description.OperationBinding OperationBinding { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.OperationBinding</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'OperationBinding'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The method is generated with a <see cref="T:System.Web.Services.WebMethodAttribute" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Web Services Description Language (WSDL) operation binding that the protocol importer is currently processing to generate a method in a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OperationBindingSyntaxException"><MemberSignature Language="C#" Value="public Exception OperationBindingSyntaxException (string text);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Exception</ReturnType></ReturnValue><Parameters><Parameter Name="text" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Produces an Exception indicating that the current <see cref="P:System.Web.Services.Description.ProtocolImporter.OperationBinding" /> instance for which a binding class is being generated is invalid within the target namespace.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An Exception indicating that the current <see cref="P:System.Web.Services.Description.ProtocolImporter.OperationBinding" /> instance for which a binding class is being generated is invalid within the target namespace.</para></returns><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />Annotation to be added to the exception message, which already indicates that the operation binding syntax is invalid.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OperationSyntaxException"><MemberSignature Language="C#" Value="public Exception OperationSyntaxException (string text);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Exception</ReturnType></ReturnValue><Parameters><Parameter Name="text" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Produces an Exception indicating that the current <see cref="P:System.Web.Services.Description.ProtocolImporter.Operation" /> instance for which a binding class is being generated is invalid within the target namespace.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An Exception indicating that the current <see cref="P:System.Web.Services.Description.ProtocolImporter.Operation" /> instance for which a binding class is being generated is invalid within the target namespace.</para></returns><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />Annotation to be added to the exception message, which already indicates that the operation syntax is invalid.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OutputMessage"><MemberSignature Language="C#" Value="public System.Web.Services.Description.Message OutputMessage { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.Message</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Message'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Web Services Description Language (WSDL) output message for the abstract operation that the protocol importer is currently processing to generate a method in a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Port"><MemberSignature Language="C#" Value="public System.Web.Services.Description.Port Port { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.Port</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Port'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a Web Services Description Language (WSDL) port that contains a reference to the binding that the protocol importer is currently processing to generate a binding class. If more than one port refers to the current binding, the current port is the one in which the binding has most recently been found.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PortType"><MemberSignature Language="C#" Value="public System.Web.Services.Description.PortType PortType { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.PortType</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'PortType'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Web Services Description Language (WSDL) <see cref="P:System.Web.Services.Description.ProtocolImporter.PortType" /> that is implemented by the binding that the protocol importer is currently processing to generate a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ProtocolName"><MemberSignature Language="C#" Value="public abstract string ProtocolName { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><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>Abstract property that concrete derived classes must implement to get the name of the protocol being used.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Schemas"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlSchemas Schemas { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Xml.Serialization.XmlSchemas</ReturnType></ReturnValue><Parameters /><Docs><value>a <see cref="T:System.Xml.Serialization.XmlSchemas" /></value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets all the XML schemas, both abstract and concrete, used by the associated <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> instance.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Service"><MemberSignature Language="C#" Value="public System.Web.Services.Description.Service Service { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.Service</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Service'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the Web Services Description Language (WSDL) service that contains a reference to the binding that the protocol importer is currently processing to generate a binding class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ServiceDescriptions"><MemberSignature Language="C#" Value="public System.Web.Services.Description.ServiceDescriptionCollection ServiceDescriptions { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.ServiceDescriptionCollection</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'ServiceDescriptionCollection'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Web.Services.Description.ServiceDescriptionCollection" /> objects that belong to the associated <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> instance that are searched for bindings from which to generate binding classes.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Style"><MemberSignature Language="C#" Value="public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.ServiceDescriptionImportStyle</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'ServiceDescriptionImportStyle'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets an enumeration value that indicates whether a client proxy class or an abstract server class is being generated. The values are Client and Server. The value is that of the associated <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> instance's <see cref="P:System.Web.Services.Description.ServiceDescriptionImporter.Style" /> property.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UnsupportedBindingWarning"><MemberSignature Language="C#" Value="public void UnsupportedBindingWarning (string text);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="text" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Turns on an <see cref="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedBindingsIgnored" /> warning in the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportWarnings" /> enumeration obtained through the <see cref="P:System.Web.Services.Description.ProtocolImporter.Warnings" /> property. This method also adds a warning message to the comments for the class that is being generated.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />Annotation to be added to the warning message, which already indicates that the binding has been ignored.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UnsupportedOperationBindingWarning"><MemberSignature Language="C#" Value="public void UnsupportedOperationBindingWarning (string text);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="text" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Turns on an <see cref="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedOperationsIgnored" /> warning in the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportWarnings" /> enumeration obtained through the <see cref="P:System.Web.Services.Description.ProtocolImporter.Warnings" /> property. This method also adds a warning message to the comments for the class that is being generated.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />Annotation to be added to the warning message, which already indicates that the operation binding has been ignored.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UnsupportedOperationWarning"><MemberSignature Language="C#" Value="public void UnsupportedOperationWarning (string text);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="text" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Turns on an <see cref="F:System.Web.Services.Description.ServiceDescriptionImportWarnings.UnsupportedOperationsIgnored" /> warning in the <see cref="T:System.Web.Services.Description.ServiceDescriptionImportWarnings" /> enumeration obtained through the <see cref="P:System.Web.Services.Description.ProtocolImporter.Warnings" /> property. This method also adds a warning message to the comments for the class that is being generated.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />Annotation to be added to the warning message, which already indicates that the operation binding has been ignored.</param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Warnings"><MemberSignature Language="C#" Value="public System.Web.Services.Description.ServiceDescriptionImportWarnings Warnings { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Web.Services.Description.ServiceDescriptionImportWarnings</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'ServiceDescriptionImportWarnings'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a <see cref="T:System.Web.Services.Description.ServiceDescriptionImportWarnings" /> enumeration value that indicates the types of warnings, if any, issued by the protocol importer while generating binding classes.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>