Unity3DRoom_MasterProject/Assets/Ludiq/Ludiq.Core/DotNetDocumentation/System.ServiceModel.Web.xml

4199 lines
383 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.ServiceModel.Web</name>
</assembly>
<members>
<member name="T:System.UriTemplate">
<summary>A class that represents a Uniform Resource Identifier (URI) template.</summary>
</member>
<member name="M:System.UriTemplate.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplate" /> class with the specified template string.</summary>
<param name="template">The template.</param>
</member>
<member name="M:System.UriTemplate.BindByName(System.Uri,System.Collections.Specialized.NameValueCollection)">
<summary>Creates a new URI from the template and the collection of parameters.</summary>
<returns>A new <see cref="T:System.Uri" /> instance.</returns>
<param name="baseAddress">A <see cref="T:System.Uri" /> that contains the base address.</param>
<param name="parameters">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> instance that contains the parameter values.</param>
</member>
<member name="M:System.UriTemplate.BindByPosition(System.Uri,System.String[])">
<summary>Creates a new URI from the template and an array of parameter values.</summary>
<returns>A new <see cref="T:System.Uri" /> instance.</returns>
<param name="baseAddress">A <see cref="T:System.Uri" /> that contains the base address.</param>
<param name="values">The parameter values.</param>
</member>
<member name="M:System.UriTemplate.IsEquivalentTo(System.UriTemplate)">
<summary>Indicates whether a <see cref="T:System.UriTemplate" /> is structurally equivalent to another.</summary>
<returns>A value that indicates whether the URI templates are equivalent.</returns>
<param name="other">The <see cref="T:System.UriTemplate" /> to compare.</param>
</member>
<member name="M:System.UriTemplate.Match(System.Uri,System.Uri)">
<summary>Attempts to match a <see cref="T:System.URI" /> to a <see cref="T:System.UriTemplate" />.</summary>
<returns>A <see cref="T:System.UriTemplateMatch" /> instance.</returns>
<param name="baseAddress">The base address.</param>
<param name="candidate">The <see cref="T:System.Uri" /> to match against the template.</param>
</member>
<member name="P:System.UriTemplate.PathSegmentVariableNames">
<summary>Gets a collection of variable names used within path segments in the template.</summary>
<returns>A collection of variable names that appear within the template's path segment.</returns>
</member>
<member name="P:System.UriTemplate.QueryValueVariableNames">
<summary>Gets a collection of variable names used within the query string in the template.</summary>
<returns>A collection of template variable names that appear in the query portion of the template string.</returns>
</member>
<member name="M:System.UriTemplate.ToString">
<summary>Returns a string representation of the <see cref="T:System.UriTemplate" /> instance.</summary>
<returns>The representation of the <see cref="T:System.UriTemplate" /> instance.</returns>
</member>
<member name="T:System.UriTemplateEquivalenceComparer">
<summary>A class used to compare <see cref="T:System.UriTemplate" /> instances for structural (instead of reference) equivalence.</summary>
</member>
<member name="M:System.UriTemplateEquivalenceComparer.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateEquivalenceComparer" /> class.</summary>
</member>
<member name="M:System.UriTemplateEquivalenceComparer.Equals(System.UriTemplate,System.UriTemplate)">
<summary>Compares two <see cref="T:System.UriTemplate" /> instances for equivalence.</summary>
<returns>A value that indicates whether the two <see cref="T:System.UriTemplate" /> instances are equivalent.</returns>
<param name="x">A <see cref="T:System.UriTemplate" /> instance.</param>
<param name="y">A <see cref="T:System.UriTemplate" /> instance.</param>
</member>
<member name="M:System.UriTemplateEquivalenceComparer.GetHashCode(System.UriTemplate)">
<summary>Gets a hash code for the specified <see cref="T:System.UriTemplate" /> instance.</summary>
<returns>The hash code.</returns>
<param name="obj">The <see cref="T:System.UriTemplate" /> instance.</param>
</member>
<member name="T:System.UriTemplateMatch">
<summary>A class that represents the results of a match operation on a <see cref="T:System.UriTemplate" /> instance.</summary>
</member>
<member name="M:System.UriTemplateMatch.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateMatch" /> class.</summary>
</member>
<member name="P:System.UriTemplateMatch.BaseUri">
<summary>Gets and sets the base URI for the template match.</summary>
<returns>A <see cref="T:System.Uri" /> instance that represents the base URI for the template match.</returns>
</member>
<member name="P:System.UriTemplateMatch.BoundVariables">
<summary>Gets the BoundVariables collection for the template match.</summary>
<returns>A <see cref="T:System.Collections.Specialized.NameValueCollection" /> instance that contains template variable values extracted from the URI during the match.</returns>
</member>
<member name="P:System.UriTemplateMatch.Data">
<summary>Gets and sets the object associated with the <see cref="T:System.UriTemplateMatch" /> instance.</summary>
<returns>An <see cref="T:System.Object" /> instance.</returns>
</member>
<member name="P:System.UriTemplateMatch.QueryParameters">
<summary>Gets a collection of query string parameters and their values.</summary>
<returns>A <see cref="T:System.Collections.Specialized.NameValueCollection" /> instance that contains the query string parameters and their values.</returns>
</member>
<member name="P:System.UriTemplateMatch.RelativePathSegments">
<summary>Gets a collection of relative path segments.</summary>
<returns>A collection of relative path segments.</returns>
</member>
<member name="P:System.UriTemplateMatch.RequestUri">
<summary>Gets and sets the matched URI.</summary>
<returns>A <see cref="T:System.Uri" /> instance.</returns>
</member>
<member name="P:System.UriTemplateMatch.Template">
<summary>Gets and sets the <see cref="T:System.UriTemplate" /> instance associated with this <see cref="T:System.UriTemplateMatch" /> instance.</summary>
<returns>A <see cref="T:System.UriTemplate" /> instance.</returns>
</member>
<member name="P:System.UriTemplateMatch.WildcardPathSegments">
<summary>Gets a collection of path segments that are matched by a wildcard in the URI template.</summary>
<returns>A collection of path segments that are matched by a wildcard in the URI template.</returns>
</member>
<member name="T:System.UriTemplateMatchException">
<summary>Represents an error when matching a <see cref="T:System.Uri" /> to a <see cref="T:System.UriTemplateTable" />.</summary>
</member>
<member name="M:System.UriTemplateMatchException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateMatchException" /> class.</summary>
</member>
<member name="M:System.UriTemplateMatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateMatchException" /> class with serialized data.</summary>
<param name="info">The object that holds the serialized data object.</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="M:System.UriTemplateMatchException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateMatchException" /> class with the specified error message.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
</member>
<member name="M:System.UriTemplateMatchException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateMatchException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception. </param>
</member>
<member name="T:System.UriTemplateTable">
<summary>A class that represents an associative set of <see cref="T:System.UriTemplate" /> objects.</summary>
</member>
<member name="M:System.UriTemplateTable.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateTable" /> class.</summary>
</member>
<member name="M:System.UriTemplateTable.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.UriTemplate,System.Object}})">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateTable" /> class with the specified collection of key/value pairs.</summary>
<param name="keyValuePairs">A collection of key/value pairs that consist of URI templates and associated data.</param>
</member>
<member name="M:System.UriTemplateTable.#ctor(System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateTable" /> class with the specified base address.</summary>
<param name="baseAddress">A <see cref="T:System.Uri" /> instance that contains the base address.</param>
</member>
<member name="M:System.UriTemplateTable.#ctor(System.Uri,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.UriTemplate,System.Object}})">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateTable" /> class with the specified base address and collection of key/value pairs.</summary>
<param name="baseAddress">A <see cref="T:System.Uri" /> instance that contains the base address.</param>
<param name="keyValuePairs">A collection of key/value pairs that consist of URI templates and associated data.</param>
</member>
<member name="P:System.UriTemplateTable.BaseAddress">
<summary>Gets and sets the base address for the <see cref="T:System.UriTemplateTable" /> instance.</summary>
<returns>A <see cref="T:System.Uri" /> that contains the base address.</returns>
</member>
<member name="P:System.UriTemplateTable.IsReadOnly">
<summary>Gets a value that specifies whether the <see cref="T:System.UriTemplateTable" /> is read only.</summary>
<returns>true if the <see cref="T:System.UriTemplateTable" /> property is read only; otherwise false.</returns>
</member>
<member name="P:System.UriTemplateTable.KeyValuePairs">
<summary>Gets a collection of key/value pairs that consist of <see cref="T:System.UriTemplate" /> objects and their associated data.</summary>
<returns>A collection of key/value pairs that consist of <see cref="T:System.UriTemplate" /> objects and their associated data.</returns>
</member>
<member name="M:System.UriTemplateTable.MakeReadOnly(System.Boolean)">
<summary>Makes the <see cref="T:System.UriTemplateTable" /> read only.</summary>
<param name="allowDuplicateEquivalentUriTemplates">Specifies whether to allow duplicate equivalent <see cref="T:System.UriTemplate" /> instances in the <see cref="T:System.UriTemplateTable" />.</param>
</member>
<member name="M:System.UriTemplateTable.Match(System.Uri)">
<summary>Attempts to match a candidate <see cref="T:System.Uri" /> to the <see cref="T:System.UriTemplateTable" />.</summary>
<returns>A collection of <see cref="T:System.UriTemplateMatch" /> instances.</returns>
<param name="uri">The candidate URI.</param>
</member>
<member name="M:System.UriTemplateTable.MatchSingle(System.Uri)">
<summary>Attempts to match a candidate <see cref="T:System.Uri" /> to the <see cref="T:System.UriTemplateTable" />.</summary>
<returns>A single <see cref="T:System.UriTemplateMatch" /> instance.</returns>
<param name="uri">The candidate URI.</param>
</member>
<member name="M:System.UriTemplate.#ctor(System.String,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplate" /> class.</summary>
<param name="template">The template string.</param>
<param name="ignoreTrailingSlash">A value that specifies whether trailing slash “/” characters should be ignored.</param>
</member>
<member name="M:System.UriTemplate.#ctor(System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.String})">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplate" /> class.
</summary>
<param name="template">The template string.</param>
<param name="ignoreTrailingSlash">A Boolean value that specifies whether to ignore trailing slash “/” characters.</param>
<param name="additionalDefaults">A dictionary that contains a list of default values for the template parameters.</param>
</member>
<member name="M:System.UriTemplate.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
<summary>Initializes a new instance of the <see cref="T:System.UriTemplate" /> class.</summary>
<param name="template">The template string.</param>
<param name="additionalDefaults"></param>
</member>
<member name="M:System.UriTemplate.BindByName(System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})">
<summary>Creates a new URI from the template and the collection of parameters.
</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
<param name="baseAddress">A <see cref="T:System.Uri" /> that contains the base address.</param>
<param name="parameters">A dictionary that contains a collection of parameter name/value pairs.</param>
</member>
<member name="M:System.UriTemplate.BindByName(System.Uri,System.Collections.Generic.IDictionary{System.String,System.String},System.Boolean)">
<summary>Creates a new URI from the template and the collection of parameters.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
<param name="baseAddress">A URI that contains the base address.</param>
<param name="parameters">A dictionary that contains a collection of parameter name/value pairs.</param>
<param name="omitDefaults">A value that specifies whether default values are ignored.</param>
</member>
<member name="M:System.UriTemplate.BindByName(System.Uri,System.Collections.Specialized.NameValueCollection,System.Boolean)">
<summary>Creates a new URI from the template and the collection of parameters.
</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
<param name="baseAddress">A <see cref="T:System.Uri" /> that contains the base address.</param>
<param name="parameters">A collection of parameter name/value pairs. </param>
<param name="omitDefaults">A value that specifies whether default values are ignored.</param>
</member>
<member name="P:System.UriTemplate.Defaults">
<summary>A collection of name and value pairs for any default parameter values.</summary>
<returns>
Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.
</returns>
</member>
<member name="P:System.UriTemplate.IgnoreTrailingSlash">
<summary>Specifies whether trailing slashes “/” in the template should be ignored when matching candidate URIs.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
</member>
<member name="T:System.Runtime.Serialization.Json.DataContractJsonSerializer">
<summary>Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects. This class cannot be inherited.</summary>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of the specified type.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type})">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of the specified type, with a collection of known types that may be present in the object graph.</summary>
<param name="type">The type of the instances that are serialized or deserialized.</param>
<param name="knownTypes">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Type" /> that contains the types that may be present in the object graph.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Boolean,System.Runtime.Serialization.IDataContractSurrogate,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of the specified type. This method also specifies a list of known types that may be present in the object graph, the maximum number of graph items to serialize or deserialize, whether to ignore unexpected data or emit type information, and a surrogate for custom serialization.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
<param name="knownTypes">An <see cref="T:System.Xml.XmlDictionaryString" /> that contains the root element name of the content. </param>
<param name="maxItemsInObjectGraph">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Type" /> that contains the types that may be present in the object graph.</param>
<param name="ignoreExtensionDataObject">true to ignore the <see cref="T:System.Runtime.Serialization.IExtensibleDataObject" /> interface upon serialization and ignore unexpected data upon deserialization; otherwise, false. The default is false.</param>
<param name="dataContractSurrogate">An implementation of the <see cref="T:System.Runtime.Serialization.IDataContractSurrogate" /> to customize the serialization process.</param>
<param name="alwaysEmitTypeInformation">true to emit type information; otherwise, false. The default is false.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of a specified type using the XML root element specified by a parameter.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
<param name="rootName">The name of the XML element that encloses the content to serialize or deserialize.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type})">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of a specified type using the XML root element specified by a parameter, with a collection of known types that may be present in the object graph.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
<param name="rootName">The name of the XML element that encloses the content to serialize or deserialize. The default is "root".</param>
<param name="knownTypes">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Type" /> that contains the types that may be present in the object graph.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.String,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Boolean,System.Runtime.Serialization.IDataContractSurrogate,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of the specified type. This method also specifies the root name of the XML element, a list of known types that may be present in the object graph, the maximum number of graph items to serialize or deserialize, whether to ignore unexpected data or emit type information, and a surrogate for custom serialization.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
<param name="rootName">The name of the XML element that encloses the content to serialize or deserialize. The default is "root".</param>
<param name="knownTypes">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Type" /> that contains the types that may be present in the object graph.</param>
<param name="maxItemsInObjectGraph">The maximum number of items in the graph to serialize or deserialize. The default is the value returned by the <see cref="F:System.Int32.MaxValue" /> property.</param>
<param name="ignoreExtensionDataObject">true to ignore the <see cref="T:System.Runtime.Serialization.IExtensibleDataObject" /> interface upon serialization and ignore unexpected data upon deserialization; otherwise, false. The default is false.</param>
<param name="dataContractSurrogate">An implementation of the <see cref="T:System.Runtime.Serialization.IDataContractSurrogate" /> to customize the serialization process.</param>
<param name="alwaysEmitTypeInformation">true to emit type information; otherwise, false. The default is false.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString)">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of a specified type using the XML root element specified by a parameter of type <see cref="T:System.Xml.XmlDictionaryString" />.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
<param name="rootName">An <see cref="T:System.Xml.XmlDictionaryString" /> that contains the root element name of the content.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type})">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of a specified type using the XML root element specified by a parameter of type <see cref="T:System.Xml.XmlDictionaryString" />, with a collection of known types that may be present in the object graph.</summary>
<param name="type">The type of the instances that is serialized or deserialized.</param>
<param name="rootName">An <see cref="T:System.Xml.XmlDictionaryString" /> that contains the root element name of the content. </param>
<param name="knownTypes">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Type" /> that contains the types that may be present in the object graph.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.#ctor(System.Type,System.Xml.XmlDictionaryString,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Boolean,System.Runtime.Serialization.IDataContractSurrogate,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> class to serialize or deserialize an object of the specified type. This method also specifies the root name of the XML element, a list of known types that may be present in the object graph, the maximum number of graph items to serialize or deserialize, whether to ignore unexpected data or emit type information, and a surrogate for custom serialization.</summary>
<param name="type">The type of the instances that are serialized or deserialized.</param>
<param name="rootName">An <see cref="T:System.Xml.XmlDictionaryString" /> that contains the root element name of the content.</param>
<param name="knownTypes">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Type" /> that contains the known types that may be present in the object graph.</param>
<param name="maxItemsInObjectGraph">The maximum number of items in the graph to serialize or deserialize. The default is the value returned by the <see cref="F:System.Int32.MaxValue" /> property.</param>
<param name="ignoreExtensionDataObject">true to ignore the <see cref="T:System.Runtime.Serialization.IExtensibleDataObject" /> interface upon serialization and ignore unexpected data upon deserialization; otherwise, false. The default is false.</param>
<param name="dataContractSurrogate">An implementation of the <see cref="T:System.Runtime.Serialization.IDataContractSurrogate" /> to customize the serialization process.</param>
<param name="alwaysEmitTypeInformation">true to emit type information; otherwise, false. The default is false.</param>
</member>
<member name="P:System.Runtime.Serialization.Json.DataContractJsonSerializer.DataContractSurrogate">
<summary>Gets a surrogate type that is currently active for a given <see cref="T:System.Runtime.Serialization.IDataContractSurrogate" /> instance. Surrogates can extend the serialization or deserialization process.</summary>
<returns>An implementation of the <see cref="T:System.Runtime.Serialization.IDataContractSurrogate" /> class.</returns>
</member>
<member name="P:System.Runtime.Serialization.Json.DataContractJsonSerializer.IgnoreExtensionDataObject">
<summary>Gets a value that specifies whether unknown data is ignored on deserialization and whether the <see cref="T:System.Runtime.Serialization.IExtensibleDataObject" /> interface is ignored on serialization.</summary>
<returns>true to ignore unknown data and <see cref="T:System.Runtime.Serialization.IExtensibleDataObject" />; otherwise, false.</returns>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlDictionaryReader)">
<summary>Gets a value that specifies whether the <see cref="T:System.Xml.XmlDictionaryReader" /> is positioned over an XML element that represents an object the serializer can deserialize from.</summary>
<returns>true if the reader is positioned correctly; otherwise, false.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlDictionaryReader" /> used to read the XML stream mapped from JSON.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.IsStartObject(System.Xml.XmlReader)">
<summary>Determines whether the <see cref="T:System.Xml.XmlReader" /> is positioned on an object that can be deserialized.</summary>
<returns>true if the reader is positioned correctly; otherwise, false.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> used to read the XML stream.</param>
</member>
<member name="P:System.Runtime.Serialization.Json.DataContractJsonSerializer.KnownTypes">
<summary>Gets a collection of types that may be present in the object graph serialized using this instance of the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" />.</summary>
<returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> that contains the expected types passed in as known types to the <see cref="T:System.Runtime.Serialization.Json.DataContractJsonSerializer" /> constructor.</returns>
</member>
<member name="P:System.Runtime.Serialization.Json.DataContractJsonSerializer.MaxItemsInObjectGraph">
<summary>Gets the maximum number of items in an object graph that the serializer serializes or deserializes in one read or write call.</summary>
<returns>The maximum number of items to serialize or deserialize. </returns>
<exception cref="T:System.ArgumentOutOfRangeException">The number of items exceeds the maximum value.</exception>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.IO.Stream)">
<summary>Reads a document stream in the JSON (JavaScript Object Notation) format and returns the deserialized object.</summary>
<returns>The deserialized object.</returns>
<param name="stream">The <see cref="T:System.IO.Stream" /> to be read.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader)">
<summary>Reads the XML document mapped from JSON (JavaScript Object Notation) with an <see cref="T:System.Xml.XmlDictionaryReader" /> and returns the deserialized object.</summary>
<returns>The deserialized object.</returns>
<param name="reader">An <see cref="T:System.Xml.XmlDictionaryReader" /> used to read the XML document mapped from JSON.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlDictionaryReader,System.Boolean)">
<summary>Reads the XML document mapped from JSON with an <see cref="T:System.Xml.XmlDictionaryReader" /> and returns the deserialized object; it also enables you to specify whether the serializer should verify that it is positioned on an appropriate element before attempting to deserialize.</summary>
<returns>The deserialized object.</returns>
<param name="reader">An <see cref="T:System.Xml.XmlDictionaryReader" /> used to read the XML document mapped from JSON.</param>
<param name="verifyObjectName">true to check whether the enclosing XML element name and namespace correspond to the expected name and namespace; otherwise, false to skip the verification. The default is true.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader)">
<summary>Reads the XML document mapped from JSON (JavaScript Object Notation) with an <see cref="T:System.Xml.XmlReader" /> and returns the deserialized object.</summary>
<returns>The deserialized object.</returns>
<param name="reader">An <see cref="T:System.Xml.XmlReader" /> used to read the XML document mapped from JSON.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(System.Xml.XmlReader,System.Boolean)">
<summary>Reads an XML document mapped from JSON with an <see cref="T:System.Xml.XmlReader" /> and returns the deserialized object; it also enables you to specify whether the serializer should verify that it is positioned on an appropriate element before attempting to deserialize.</summary>
<returns>The deserialized object.</returns>
<param name="reader">An <see cref="T:System.Xml.XmlReader" /> used to read the XML document mapped from JSON.</param>
<param name="verifyObjectName">true to check whether the enclosing XML element name and namespace correspond to the expected name and namespace; otherwise, false, which skips the verification. The default is true.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter)">
<summary>Writes the closing XML element to an XML document, using an <see cref="T:System.Xml.XmlDictionaryWriter" />, which can be mapped to JavaScript Object Notation (JSON).</summary>
<param name="writer">An <see cref="T:System.Xml.XmlDictionaryWriter" /> used to write the XML document to map to JSON.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteEndObject(System.Xml.XmlWriter)">
<summary>Writes the closing XML element to an XML document, using an <see cref="T:System.Xml.XmlWriter" />, which can be mapped to JavaScript Object Notation (JSON).</summary>
<param name="writer">An <see cref="T:System.Xml.XmlWriter" /> used to write the XML document mapped to JSON.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.IO.Stream,System.Object)">
<summary>Serializes a specified object to JavaScript Object Notation (JSON) data and writes the resulting JSON to a stream.</summary>
<param name="stream">The <see cref="T:System.IO.Stream" /> that is written to.</param>
<param name="graph">The object that contains the data to write to the stream.</param>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type being serialized does not conform to data contract rules. For example, the <see cref="T:System.Runtime.Serialization.DataContractAttribute" /> attribute has not been applied to the type.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">There is a problem with the instance being written.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">The maximum number of objects to serialize has been exceeded. Check the <see cref="P:System.Runtime.Serialization.DataContractSerializer.MaxItemsInObjectGraph" /> property.</exception>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlDictionaryWriter,System.Object)">
<summary>Serializes an object to XML that may be mapped to JavaScript Object Notation (JSON). Writes all the object data, including the starting XML element, content, and closing element, with an <see cref="T:System.Xml.XmlDictionaryWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlDictionaryWriter" /> used to write the XML document or stream to map to JSON.</param>
<param name="graph">The object that contains the data to write.</param>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type being serialized does not conform to data contract rules. For example, the <see cref="T:System.Runtime.Serialization.DataContractAttribute" /> attribute has not been applied to the type.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">There is a problem with the instance being written.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">The maximum number of objects to serialize has been exceeded. Check the <see cref="P:System.Runtime.Serialization.DataContractSerializer.MaxItemsInObjectGraph" /> property.</exception>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(System.Xml.XmlWriter,System.Object)">
<summary>Serializes an object to XML that may be mapped to JavaScript Object Notation (JSON). Writes all the object data, including the starting XML element, content, and closing element, with an <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> used to write the XML document to map to JSON.</param>
<param name="graph">The object that contains the data to write.</param>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type being serialized does not conform to data contract rules. For example, the <see cref="T:System.Runtime.Serialization.DataContractAttribute" /> attribute has not been applied to the type.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">There is a problem with the instance being written.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">The maximum number of objects to serialize has been exceeded. Check the <see cref="P:System.Runtime.Serialization.DataContractSerializer.MaxItemsInObjectGraph" /> property.</exception>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object)">
<summary>Writes the XML content that can be mapped to JavaScript Object Notation (JSON) using an <see cref="T:System.Xml.XmlDictionaryWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlDictionaryWriter" /> to write to.</param>
<param name="graph">The object to write.</param>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type being serialized does not conform to data contract rules. For example, the <see cref="T:System.Runtime.Serialization.DataContractAttribute" /> attribute has not been applied to the type.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">There is a problem with the instance being written.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">The maximum number of objects to serialize has been exceeded. Check the <see cref="P:System.Runtime.Serialization.DataContractSerializer.MaxItemsInObjectGraph" /> property.</exception>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent(System.Xml.XmlWriter,System.Object)">
<summary>Writes the XML content that can be mapped to JavaScript Object Notation (JSON) using an <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> used to write to.</param>
<param name="graph">The object to write.</param>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type being serialized does not conform to data contract rules. For example, the <see cref="T:System.Runtime.Serialization.DataContractAttribute" /> attribute has not been applied to the type.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">There is a problem with the instance being written.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">The maximum number of objects to serialize has been exceeded. Check the <see cref="P:System.Runtime.Serialization.DataContractSerializer.MaxItemsInObjectGraph" /> property.</exception>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object)">
<summary>Writes the opening XML element for serializing an object to XML that can be mapped to JavaScript Object Notation (JSON) using an <see cref="T:System.Xml.XmlDictionaryWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlDictionaryWriter" /> used to write the XML start element.</param>
<param name="graph">The object to write.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteStartObject(System.Xml.XmlWriter,System.Object)">
<summary>Writes the opening XML element for serializing an object to XML that can be mapped to JavaScript Object Notation (JSON) using an <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> used to write the XML start element.</param>
<param name="graph">The object to write.</param>
</member>
<member name="T:System.Runtime.Serialization.Json.IXmlJsonReaderInitializer">
<summary>Specifies the interface for initializing a JavaScript Object Notation (JSON) reader when reusing them to read from a particular stream or buffer.</summary>
</member>
<member name="M:System.Runtime.Serialization.Json.IXmlJsonReaderInitializer.SetInput(System.Byte[],System.Int32,System.Int32,System.Text.Encoding,System.Xml.XmlDictionaryReaderQuotas,System.Xml.OnXmlDictionaryReaderClose)">
<summary>Reinitializes a JavaScript Object Notation (JSON) enabled reader to a specified buffer that contains JSON-encoded data.</summary>
<param name="buffer">The input <see cref="T:System.Byte" /> buffer array from which to read.</param>
<param name="offset">The starting position from which to read in <paramref name="buffer" />.</param>
<param name="count">The number of bytes that can be read from <paramref name="buffer" />.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> used by the reader.</param>
<param name="quotas">The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> to apply.</param>
<param name="onClose">The <see cref="T:System.Xml.OnXmlDictionaryReaderClose" /> delegate to call when the reader is closed.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.IXmlJsonReaderInitializer.SetInput(System.IO.Stream,System.Text.Encoding,System.Xml.XmlDictionaryReaderQuotas,System.Xml.OnXmlDictionaryReaderClose)">
<summary>Reinitializes a JavaScript Object Notation (JSON) enabled reader to a specified stream that contains JSON-encoded data.</summary>
<param name="stream">The input <see cref="T:System.IO.Stream" /> from which to read.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> used by the reader.</param>
<param name="quotas">
<see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> to apply.</param>
<param name="onClose">Delegate to call when the reader is closed.</param>
</member>
<member name="T:System.Runtime.Serialization.Json.IXmlJsonWriterInitializer">
<summary>Specifies the interface for initializing a JavaScript Object Notation (JSON) writer when reusing them to write to a particular output stream.</summary>
</member>
<member name="M:System.Runtime.Serialization.Json.IXmlJsonWriterInitializer.SetOutput(System.IO.Stream,System.Text.Encoding,System.Boolean)">
<summary>Initializes (or reinitializes) a JavaScript Object Notation (JSON) writer to a specified output stream with specified character encoding.</summary>
<param name="stream">The output <see cref="T:System.IO.Stream" /> to which the writer writes.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> that specifies the character encoding of the output stream.</param>
<param name="ownsStream">If true, the output stream is closed by the writer when done; otherwise false.</param>
</member>
<member name="T:System.Runtime.Serialization.Json.JsonReaderWriterFactory">
<summary>Produces instances of <see cref="T:System.Xml.XmlDictionaryReader" /> that can read data encoded with JavaScript Object Notation (JSON) from a stream or buffer and map it to an XML Infoset and instances of <see cref="T:System.Xml.XmlDictionaryWriter" /> that can map an XML Infoset to JSON and write JSON-encoded data to a stream. </summary>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonReader(System.Byte[],System.Int32,System.Int32,System.Text.Encoding,System.Xml.XmlDictionaryReaderQuotas,System.Xml.OnXmlDictionaryReaderClose)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryReader" /> that can map buffers encoded with JavaScript Object Notation (JSON), with a specified size and offset and character encoding, to an XML Infoset.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryReader" /> that can read JavaScript Object Notation (JSON).</returns>
<param name="buffer">The input <see cref="T:System.Byte" /> buffer array from which to read.</param>
<param name="offset">Starting position from which to read in <paramref name="buffer" />.</param>
<param name="count">Number of bytes that can be read from <paramref name="buffer" />.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> that specifies the character encoding used by the reader. If null is specified as the value, the reader attempts to auto-detect the encoding.</param>
<param name="quotas">The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> used to prevent Denial of Service attacks when reading untrusted data. </param>
<param name="onClose">The <see cref="T:System.Xml.OnXmlDictionaryReaderClose" /> delegate to call when the reader is closed. The default value is null.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonReader(System.Byte[],System.Int32,System.Int32,System.Xml.XmlDictionaryReaderQuotas)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryReader" /> that can map buffers encoded with JavaScript Object Notation (JSON), of a specified size and offset, to an XML Infoset.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryReader" /> that can read JavaScript Object Notation (JSON).</returns>
<param name="buffer">The input <see cref="T:System.Byte" /> buffer array from which to read.</param>
<param name="offset">Starting position from which to read in <paramref name="buffer" />.</param>
<param name="count">Number of bytes that can be read from <paramref name="buffer" />.</param>
<param name="quotas">The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> used to prevent Denial of Service attacks when reading untrusted data. </param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonReader(System.Byte[],System.Xml.XmlDictionaryReaderQuotas)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryReader" /> that can map buffers encoded with JavaScript Object Notation (JSON) to an XML Infoset.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryReader" /> that can process JavaScript Object Notation (JSON) data.</returns>
<param name="buffer">The input <see cref="T:System.Byte" /> buffer array from which to read.</param>
<param name="quotas">The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> used to prevent Denial of Service attacks when reading untrusted data. </param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonReader(System.IO.Stream,System.Text.Encoding,System.Xml.XmlDictionaryReaderQuotas,System.Xml.OnXmlDictionaryReaderClose)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryReader" /> that can map streams encoded with JavaScript Object Notation (JSON), of a specified size and offset, to an XML Infoset.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryReader" /> that can read JavaScript Object Notation (JSON).</returns>
<param name="stream">The input <see cref="T:System.IO.Stream" /> from which to read.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> that specifies the character encoding used by the reader. If null is specified as the value, the reader attempts to auto-detect the encoding.</param>
<param name="quotas">The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> used to prevent Denial of Service attacks when reading untrusted data. </param>
<param name="onClose">The <see cref="T:System.Xml.OnXmlDictionaryReaderClose" /> delegate to call when the reader is closed.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonReader(System.IO.Stream,System.Xml.XmlDictionaryReaderQuotas)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryReader" /> that can map streams encoded with JavaScript Object Notation (JSON) to an XML Infoset.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryReader" /> that can read JavaScript Object Notation (JSON).</returns>
<param name="stream">The input <see cref="T:System.IO.Stream" /> from which to read.</param>
<param name="quotas">The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> used to prevent Denial of Service attacks when reading untrusted data. </param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonWriter(System.IO.Stream)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryWriter" /> that writes data encoded with JSON to a stream.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryWriter" /> that writes data encoded with JSON to the stream based on an XML Infoset.</returns>
<param name="stream">The output <see cref="T:System.IO.Stream" /> for the JSON writer.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonWriter(System.IO.Stream,System.Text.Encoding)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryWriter" /> that writes data encoded with JSON to a stream with a specified character encoding.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryWriter" /> that writes data encoded with JSON to the stream based on an XML Infoset.</returns>
<param name="stream">The output <see cref="T:System.IO.Stream" /> for the JSON writer.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> that specifies the character encoding used by the writer. The default encoding is UTF-8.</param>
</member>
<member name="M:System.Runtime.Serialization.Json.JsonReaderWriterFactory.CreateJsonWriter(System.IO.Stream,System.Text.Encoding,System.Boolean)">
<summary>Creates an <see cref="T:System.Xml.XmlDictionaryWriter" /> that writes data encoded with JSON to a stream with a specified character encoding.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryWriter" /> that writes data encoded with JSON to the stream based on an XML Infoset.</returns>
<param name="stream">The output <see cref="T:System.IO.Stream" /> for the JSON writer.</param>
<param name="encoding">The <see cref="T:System.Text.Encoding" /> that specifies the character encoding used by the writer. The default encoding is UTF-8.</param>
<param name="ownsStream">If true, the output stream is closed by the writer when done; otherwise false. The default value is true.</param>
</member>
<member name="T:System.ServiceModel.WebHttpBinding">
<summary>A binding used to configure endpoints for Windows Communication Foundation (WCF) Web services that are exposed through HTTP requests instead of SOAP messages.</summary>
</member>
<member name="M:System.ServiceModel.WebHttpBinding.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.WebHttpBinding" /> class. </summary>
</member>
<member name="M:System.ServiceModel.WebHttpBinding.#ctor(System.ServiceModel.WebHttpSecurityMode)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.WebHttpBinding" /> class with the type of security used by the binding explicitly specified.</summary>
<param name="securityMode">The value of <see cref="T:System.ServiceModel.WebHttpSecurityMode" /> that specifies the type of security that is used to configure a service endpoint to receive HTTP requests.</param>
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="securityMode" /> specified is not a valid <see cref="T:System.ServiceModel.WebHttpSecurityMode" />.</exception>
</member>
<member name="M:System.ServiceModel.WebHttpBinding.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.WebHttpBinding" /> class with a binding specified by its configuration name.</summary>
<param name="configurationName">The binding configuration name for the <see cref="T:System.ServiceModel.Configuration.WebHttpBindingElement" />.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The binding element with the name <paramref name="configurationName" /> was not found.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.AllowCookies">
<summary>Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests.</summary>
<returns>true if cookies are allowed; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.BypassProxyOnLocal">
<summary>Gets or sets a value that indicates whether to bypass the proxy server for local addresses.</summary>
<returns>true to bypass the proxy server for local addresses; otherwise, false. The default value is false.</returns>
</member>
<member name="M:System.ServiceModel.WebHttpBinding.CreateBindingElements">
<summary>Returns an ordered collection of binding elements contained in the current binding.</summary>
<returns>A <see cref="T:System.ServiceModel.Channels.BindingElementCollection" /> that contains the <see cref="T:System.ServiceModel.Channels.BindingElement" /> objects for the binding.</returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.EnvelopeVersion">
<summary>Gets the envelope version that is used by endpoints that are configured by this binding to receive HTTP requests.</summary>
<returns>The <see cref="T:System.ServiceModel.EnvelopeVersion" /> with the <see cref="P:System.ServiceModel.EnvelopeVersion.None" /> property that is used with endpoints configured with this binding to receive HTTP requests. </returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.HostNameComparisonMode">
<summary>Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI.</summary>
<returns>The <see cref="T:System.ServiceModel.HostnameComparisonMode" /> value that indicates whether the hostname is used to reach the service when matching on the URI. The default value is <see cref="F:System.ServiceModel.HostnameComparisonMode.StrongWildcard" />, which ignores the hostname in the match.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value set is not a valid <see cref="T:System.ServiceModel.HostnameComparisonMode" /> value.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.MaxBufferPoolSize">
<summary>Gets or sets the maximum amount of memory allocated for the buffer manager that manages the buffers required by endpoints that use this binding.</summary>
<returns>The maximum size, in bytes, for the pool of buffers used by an endpoint configured with this binding. The default value is 65,536 bytes.</returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.MaxBufferSize">
<summary>Gets or sets the maximum amount of memory that is allocated for use by the manager of the message buffers that receive messages from the channel.</summary>
<returns>The maximum amount of memory, in bytes, available for use by the message buffer manager. The default value is 524,288 (0x80000) bytes.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value set is less than or equal to zero.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.MaxReceivedMessageSize">
<summary>Gets or sets the maximum size for a message that can be processed by the binding.</summary>
<returns>The maximum size, in bytes, for a message that is processed by the binding. The default value is 65,536 bytes.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value is less than zero.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">A message exceeded the maximum size allocated.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.ProxyAddress">
<summary>Gets or sets the URI address of the HTTP proxy.</summary>
<returns>A <see cref="T:System.Uri" /> that serves as the address of the HTTP proxy. The default value is null.</returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.ReaderQuotas">
<summary>Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.</summary>
<returns>The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> that specifies the complexity constraints.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The quota values of <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> are read only.</exception>
<exception cref="T:System.ArgumentException">The quotas set must be positive.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.Scheme">
<summary>Gets the URI transport scheme for the channels and listeners that are configured with this binding.</summary>
<returns>"https" if the <see cref="P:System.ServiceModel.WebHttpBinding.Security" /> is set to <see cref="F:System.ServiceModel.WebHttpSecurityMode.Transport" />; "http" if it is set to <see cref="F:System.ServiceModel.WebHttpSecurityMode.None" />.</returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.Security">
<summary>Gets the security settings used with this binding. </summary>
<returns>The <see cref="T:System.ServiceModel.WebHttpSecurity" /> that is used with this binding. The default value is <see cref="F:System.ServiceModel.WebHttpSecurityMode.None" />. </returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.System#ServiceModel#Channels#IBindingRuntimePreferences#ReceiveSynchronously">
<summary>Gets a value that indicates whether incoming requests are handled synchronously or asynchronously.</summary>
<returns>true if incoming requests are handled synchronously; false if incoming requests are handled asynchronously. The default value is false.</returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.TransferMode">
<summary>Gets or sets a value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer.</summary>
<returns>The <see cref="T:System.ServiceModel.TransferMode" /> value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer. The default value is <see cref="F:System.ServiceModel.TransferMode.Buffered" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value set is not a valid <see cref="T:System.ServiceModel.TransferMode" /> value.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.UseDefaultWebProxy">
<summary>Gets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available.</summary>
<returns>true if the auto-configured HTTP proxy of the system should be used, if available; otherwise, false. The default value is true. </returns>
</member>
<member name="P:System.ServiceModel.WebHttpBinding.WriteEncoding">
<summary>Gets or sets the character encoding that is used for the message text.</summary>
<returns>The <see cref="T:System.Text.Encoding" /> that indicates the character encoding that is used. The default is <see cref="T:System.Text.UTF8Encoding" />.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="T:System.ServiceModel.WebHttpSecurity">
<summary>Specifies the types of security available to a service endpoint configured to receive HTTP requests.</summary>
</member>
<member name="P:System.ServiceModel.WebHttpSecurity.Mode">
<summary>Gets or sets the mode of security that is used by an endpoint configured to receive HTTP requests with a <see cref="T:System.ServiceModel.WebHttpBinding" />.</summary>
<returns>A value of the <see cref="T:System.ServiceModel.WebHttpSecurityMode" /> that indicates whether transport-level security or no security is used by an endpoint. The default value is <see cref="F:System.ServiceModel.WebHttpSecurityMode.None" />.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value is not a valid <see cref="T:System.ServiceModel.WebHttpSecurityMode" />.</exception>
</member>
<member name="P:System.ServiceModel.WebHttpSecurity.Transport">
<summary>Gets an object that contains the transport-level security settings for this binding.</summary>
<returns>The <see cref="T:System.ServiceModel.HttpTransportSecurity" /> for this binding. The default values set are a <see cref="P:System.ServiceModel.HttpTransportSecurity.ClientCredentialType" /> of <see cref="F:System.ServiceModel.HttpClientCredentialType.None" />, a <see cref="P:System.ServiceModel.HttpTransportSecurity.ProxyCredentialType" /> of <see cref="F:System.ServiceModel.HttpProxyCredentialType.None" />, and <see cref="P:System.ServiceModel.HttpTransportSecurity.Realm" /> = "".</returns>
</member>
<member name="T:System.ServiceModel.WebHttpSecurityMode">
<summary>Defines the modes of security that can be used to configure a service endpoint to receive HTTP requests.</summary>
</member>
<member name="F:System.ServiceModel.WebHttpSecurityMode.None">
<summary>Indicates no security is used with HTTP requests.</summary>
</member>
<member name="F:System.ServiceModel.WebHttpSecurityMode.Transport">
<summary>Indicates that transport-level security is used with HTTP requests.</summary>
</member>
<member name="F:System.ServiceModel.WebHttpSecurityMode.TransportCredentialOnly">
<summary>Indicates that only HTTP-based client authentication is provided.</summary>
</member>
<member name="T:System.ServiceModel.Activation.WebScriptServiceHostFactory">
<summary>Automatically adds an ASP.NET AJAX endpoint to a service, without requiring configuration, in a managed hosting environment that dynamically activates host instances for the service in response to incoming messages. </summary>
</member>
<member name="M:System.ServiceModel.Activation.WebScriptServiceHostFactory.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activation.WebScriptServiceHostFactory" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Activation.WebScriptServiceHostFactory.CreateServiceHost(System.Type,System.Uri[])">
<summary>Creates a derived class of <see cref="T:System.ServiceModel.ServiceHost" /> for a specified type of service with a specific base address that can be used to automatically enable ASP.NET AJAX endpoints in certain scenarios.</summary>
<returns>A <see cref="T:System.ServiceModel.ServiceHost" /> for the type of service specified with the specified base address.</returns>
<param name="serviceType">The type of service to host. </param>
<param name="baseAddresses">The <see cref="T:System.Array" /> of type <see cref="T:System.Uri" /> that contains the base addresses for the service hosted.</param>
<exception cref="T:System.InvalidOperationException">Another service uses the same base address, or another endpoint is using the same address as the ASP.NET AJAX endpoint that this factory is trying to create.</exception>
</member>
<member name="T:System.ServiceModel.Activation.WebServiceHostFactory">
<summary>A factory that provides instances of <see cref="T:System.ServiceModel.Web.WebServiceHost" /> in managed hosting environments where the host instance is created dynamically in response to incoming messages.</summary>
</member>
<member name="M:System.ServiceModel.Activation.WebServiceHostFactory.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Activation.WebServiceHostFactory" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Activation.WebServiceHostFactory.CreateServiceHost(System.Type,System.Uri[])">
<summary>Creates an instance of the specified <see cref="T:System.ServiceModel.Web.WebServiceHost" /> derived class with the specified base addresses.</summary>
<returns>An instance of a <see cref="T:System.ServiceModel.ServiceHost" /> derived class.</returns>
<param name="serviceType">The type of service host to create.</param>
<param name="baseAddresses">An array of base addresses for the service.</param>
</member>
<member name="T:System.ServiceModel.Channels.WebBodyFormatMessageProperty">
<summary>Stores and retrieves the message encoding format of incoming and outgoing messages for the composite Web message encoder.</summary>
</member>
<member name="M:System.ServiceModel.Channels.WebBodyFormatMessageProperty.#ctor(System.ServiceModel.Channels.WebContentFormat)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.WebBodyFormatMessageProperty" /> class with a specified format.</summary>
<param name="format">The <see cref="T:System.ServiceModel.Channels.WebContentFormat" /> of the message body.</param>
<exception cref="T:System.ArgumentException">The format cannot be set to the <see cref="F:System.ServiceModel.Channels.WebContentFormat.Default" /> value in the constructor.</exception>
</member>
<member name="M:System.ServiceModel.Channels.WebBodyFormatMessageProperty.CreateCopy">
<summary>Returns the current instance of the current property.</summary>
<returns>An instance of the <see cref="T:System.ServiceModel.Channels.IMessageProperty" /> interface that is a copy of the current <see cref="T:System.ServiceModel.Channels.WebBodyFormatMessageProperty" />.</returns>
</member>
<member name="P:System.ServiceModel.Channels.WebBodyFormatMessageProperty.Format">
<summary>Gets the format used for the message body.</summary>
<returns>The <see cref="T:System.ServiceModel.Channels.WebContentFormat" /> that specifies the format used for the message body.</returns>
</member>
<member name="F:System.ServiceModel.Channels.WebBodyFormatMessageProperty.Name">
<summary>Returns the name of the property.</summary>
<returns>Returns: "WebBodyFormatMessageProperty".</returns>
</member>
<member name="M:System.ServiceModel.Channels.WebBodyFormatMessageProperty.ToString">
<summary>Returns the name of the property and the encoding format used when constructed.</summary>
<returns>Returns "WebBodyFormatMessageProperty: EncodingFormat={0}", where {0} is WebContentFormat.ToString(), which specifies the encoding format used.</returns>
</member>
<member name="T:System.ServiceModel.Channels.WebContentFormat">
<summary>Specifies the message formats to which content types of incoming messages can be mapped.</summary>
</member>
<member name="F:System.ServiceModel.Channels.WebContentFormat.Default">
<summary>The format to map to cannot be determined.</summary>
</member>
<member name="F:System.ServiceModel.Channels.WebContentFormat.Xml">
<summary>Map to the XML format.</summary>
</member>
<member name="F:System.ServiceModel.Channels.WebContentFormat.Json">
<summary>Map to the JSON format.</summary>
</member>
<member name="F:System.ServiceModel.Channels.WebContentFormat.Raw">
<summary>Map to the "Raw" binary format.</summary>
</member>
<member name="T:System.ServiceModel.Channels.WebContentTypeMapper">
<summary>Specifies the format to which the content type of an incoming message is mapped.</summary>
</member>
<member name="M:System.ServiceModel.Channels.WebContentTypeMapper.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.WebContentTypeMapper" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Channels.WebContentTypeMapper.GetMessageFormatForContentType(System.String)">
<summary>When overridden in a derived class, returns the message format used for a specified content type.</summary>
<returns>The <see cref="T:System.ServiceModel.Channels.WebContentFormat" /> that specifies the format to which the message content type is mapped. </returns>
<param name="contentType">The content type that indicates the MIME type of data to be interpreted.</param>
</member>
<member name="T:System.ServiceModel.Channels.WebMessageEncodingBindingElement">
<summary>Enables plain-text XML, JavaScript Object Notation (JSON) message encodings and "raw" binary content to be read and written when used in a Windows Communication Foundation (WCF) binding.</summary>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.WebMessageEncodingBindingElement" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.#ctor(System.Text.Encoding)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.WebMessageEncodingBindingElement" /> class with a specified write character encoding. </summary>
<param name="writeEncoding">The <see cref="T:System.Text.Encoding" /> to be used to write characters in a message.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="writeEncoding" /> is null.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="writeEncoding" /> is not a supported message text encoding.</exception>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)">
<summary>Builds the channel factory stack on the client that creates a specified type of channel for a specified context.</summary>
<returns>An <see cref="T:System.ServiceModel.Channels.IChannelFactory`1" /> of type <paramref name="TChannel" /> for the specified context.</returns>
<param name="context">The <see cref="T:System.ServiceModel.Channels.BindingContext" /> for the channel.</param>
<typeparam name="TChannel">The type of channel the channel factory produces.</typeparam>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.BuildChannelListener``1(System.ServiceModel.Channels.BindingContext)">
<summary>Builds the channel listener stack on the client that accepts a specified type of channel for a specified context.</summary>
<returns>An <see cref="T:System.ServiceModel.Channels.IChannelListener`1" /> of type <paramref name="TChannel" /> for the specified context.</returns>
<param name="context">The <see cref="T:System.ServiceModel.Channels.BindingContext" /> for the listener.</param>
<typeparam name="TChannel">The type of channel the channel listener accepts.</typeparam>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.CanBuildChannelListener``1(System.ServiceModel.Channels.BindingContext)">
<summary>Returns a value that indicates whether the current binding can build a listener for a specified type of channel and context.</summary>
<returns>true if the specified channel listener stack can be built on the service; otherwise, false.</returns>
<param name="context">The <see cref="T:System.ServiceModel.Channels.BindingContext" /> for the listener.</param>
<typeparam name="TChannel">The type of channel the channel listener accepts.</typeparam>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.Clone">
<summary>Creates a new <see cref="T:System.ServiceModel.Channels.WebMessageEncodingBindingElement" /> object initialized from the current one.</summary>
<returns>A <see cref="T:System.ServiceModel.Channels.WebMessageEncodingBindingElement" /> object with property values equal to those of the current element.</returns>
</member>
<member name="P:System.ServiceModel.Channels.WebMessageEncodingBindingElement.ContentTypeMapper">
<summary>Gets or sets how the content type of an incoming message is mapped to a format.</summary>
<returns>The <see cref="T:System.ServiceModel.Channels.WebContentTypeMapper" /> that indicates the format for the content type of the incoming message.</returns>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.CreateMessageEncoderFactory">
<summary>Creates a message encoder factory that produces message encoders that can write either JavaScript Object Notation (JSON) or XML messages.</summary>
<returns>The <see cref="T:System.ServiceModel.Channels.MessageEncoderFactory" /> that encodes JSON, XML or "raw" binary messages.</returns>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)">
<summary>Returns the object of the type requested, if present, from the appropriate layer in the channel stack, or null if it is not present.</summary>
<returns>The typed object <paramref name="T" /> requested if it is present or null if it is not.</returns>
<param name="context">The <see cref="T:System.ServiceModel.Channels.BindingContext" /> for the current binding element.</param>
<typeparam name="T">The typed object for which the method is querying.</typeparam>
<exception cref="T:System.ArgumentNullException">
<paramref name="context" /> set is null.</exception>
</member>
<member name="P:System.ServiceModel.Channels.WebMessageEncodingBindingElement.MaxReadPoolSize">
<summary>Gets or sets a value that specifies the maximum number of readers that is allocated to a pool and that is available to process incoming messages without allocating new readers.</summary>
<returns>The maximum number of readers available to process incoming messages. The default value is 64 readers of each type.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value is less than or equal to zero.</exception>
</member>
<member name="P:System.ServiceModel.Channels.WebMessageEncodingBindingElement.MaxWritePoolSize">
<summary>Gets or sets a value that specifies the maximum number of writers that is allocated to a pool and that is available to process outgoing messages without allocating new writers.</summary>
<returns>The maximum number of writers available to process outgoing messages. The default is 16 writers of each type.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value is less than or equal to zero.</exception>
</member>
<member name="P:System.ServiceModel.Channels.WebMessageEncodingBindingElement.MessageVersion">
<summary>Gets or sets the message version that indicates that the binding element does not use SOAP or WS-Addressing.</summary>
<returns>
<see cref="P:System.ServiceModel.Channels.MessageVersion.None" />
</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
<exception cref="T:System.ArgumentException">The value set is neither null nor <see cref="P:System.ServiceModel.Channels.MessageVersion.None" />.</exception>
</member>
<member name="P:System.ServiceModel.Channels.WebMessageEncodingBindingElement.ReaderQuotas">
<summary>Gets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.</summary>
<returns>The <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> that specifies the complexity constraints on SOAP messages that are exchanged. The default values for these constraints are provided in the following Remarks section.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportContract(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlContractConversionContext)"></member>
<member name="M:System.ServiceModel.Channels.WebMessageEncodingBindingElement.System#ServiceModel#Description#IWsdlExportExtension#ExportEndpoint(System.ServiceModel.Description.WsdlExporter,System.ServiceModel.Description.WsdlEndpointConversionContext)"></member>
<member name="P:System.ServiceModel.Channels.WebMessageEncodingBindingElement.WriteEncoding">
<summary>Gets or sets the character encoding that is used to write the message text.</summary>
<returns>The <see cref="T:System.Text.Encoding" /> that indicates the character encoding that is used to write the message text. The default is <see cref="T:System.Text.UTF8Encoding" />.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="T:System.ServiceModel.Configuration.WebHttpBindingCollectionElement">
<summary>Represents a configuration element that contains sub-elements that specify settings for using the <see cref="T:System.ServiceModel.WebHttpBinding" /> binding.</summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpBindingCollectionElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebHttpBindingCollectionElement" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpBindingCollectionElement.GetDefault">
<summary>Gets the default binding used.</summary>
<returns>A <see cref="T:System.ServiceModel.Channels.Binding" /> object that represents the default binding.</returns>
</member>
<member name="T:System.ServiceModel.Configuration.WebHttpBindingElement">
<summary>A binding element used to configure endpoints for Windows Communication Foundation (WCF) Web services that respond to HTTP requests instead of SOAP messages.</summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpBindingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebHttpBindingElement" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpBindingElement.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebHttpBindingElement" /> class and specifies the name of the element. </summary>
<param name="name">The name that is used for this binding configuration element.</param>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.AllowCookies">
<summary>Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests.</summary>
<returns>true if cookies are allowed; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.BindingElementType">
<summary>Gets the <see cref="T:System.Type" /> of binding that this configuration element represents.</summary>
<returns>The binding type.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.BypassProxyOnLocal">
<summary>Gets or sets a value that indicates whether to bypass the proxy server for local addresses.</summary>
<returns>true to bypass the proxy server for local addresses; otherwise, false. The default value is false.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.HostNameComparisonMode">
<summary>Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI.</summary>
<returns>The <see cref="T:System.ServiceModel.HostnameComparisonMode" /> value that indicates whether the hostname is used to reach the service when matching on the URI. The default value is <see cref="F:System.ServiceModel.HostnameComparisonMode.StrongWildcard" />, which ignores the hostname in the match.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value set is not a valid <see cref="T:System.ServiceModel.HostnameComparisonMode" /> value.</exception>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpBindingElement.InitializeFrom(System.ServiceModel.Channels.Binding)">
<summary>Initializes the contents of this binding configuration element from the property values of a specified binding.</summary>
<param name="binding">The <see cref="T:System.ServiceModel.Channels.Binding" /> used to initialize this configuration element.</param>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.MaxBufferPoolSize">
<summary>Gets or sets the maximum amount of memory allocated for the buffer manager that manages the buffers required by endpoints that use this binding.</summary>
<returns>The maximum size, in bytes, for the pool of buffers used by an endpoint configured with this binding. The default value is 65,536 bytes.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.MaxBufferSize">
<summary>Gets or sets the maximum amount of memory that is allocated for use by the manager of the message buffers that receive messages from the channel.</summary>
<returns>The maximum amount of memory, in bytes, available for use by the message buffer manager. The default value is 524,288 (0x80000) bytes.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value set is less than or equal to zero.</exception>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.MaxReceivedMessageSize">
<summary>Gets or sets the maximum size for a message that can be processed by the binding.</summary>
<returns>The maximum size, in bytes, for a message that is processed by the binding. The default value is 65,536 bytes.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value is less than zero.</exception>
<exception cref="T:System.ServiceModel.QuotaExceededException">A message exceeded the maximum size allocated.</exception>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpBindingElement.OnApplyConfiguration(System.ServiceModel.Channels.Binding)">
<summary>Initializes the property values of a specified binding from the contents of this binding configuration element.</summary>
<param name="binding">The <see cref="T:System.ServiceModel.Channels.Binding" /> that is initialized from the contents of this binding configuration element.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="binding" /> is null.</exception>
<exception cref="T:System.ArgumentException">The type of this binding element is different from the type specified by <paramref name="binding" />.</exception>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.Properties">
<summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> instance that contains a collection of <see cref="T:System.Configuration.ConfigurationProperty" /> objects that can be attributes or <see cref="T:System.Configuration.ConfigurationElement" /> objects of this configuration element.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationPropertyCollection" /> instance that contains a collection of <see cref="T:System.Configuration.ConfigurationProperty" /> objects that can be attributes or <see cref="T:System.Configuration.ConfigurationElement" /> objects of this configuration element.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.ProxyAddress">
<summary>Gets or sets the URI address of the HTTP proxy.</summary>
<returns>A <see cref="T:System.Uri" /> that serves as the address of the HTTP proxy. The default value is null.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.ReaderQuotas">
<summary>Gets or sets the configuration element that contains the constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.</summary>
<returns>The <see cref="T:System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement" /> that specifies the complexity constraints.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The quota values of <see cref="T:System.Xml.XmlDictionaryReaderQuotas" /> are read only.</exception>
<exception cref="T:System.ArgumentException">The quotas set must be positive.</exception>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.Security">
<summary>Gets the configuration element that contains the security settings used with this binding.</summary>
<returns>The <see cref="T:System.ServiceModel.Configuration.WebHttpSecurityElement" /> that is used with this binding. The default value is <see cref="F:System.ServiceModel.WebHttpSecurityMode.None" />.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.TransferMode">
<summary>Gets or sets a value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer.</summary>
<returns>The <see cref="T:System.ServiceModel.TransferMode" /> value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer. The default value is <see cref="F:System.ServiceModel.TransferMode.Buffered" />.</returns>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value set is not a valid <see cref="T:System.ServiceModel.TransferMode" /> value.</exception>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.UseDefaultWebProxy">
<summary>Gets or sets a value that indicates whether the auto-configured HTTP proxy of the system should be used, if available.</summary>
<returns>true if the auto-configured HTTP proxy of the system should be used, if available; otherwise, false. The default value is true. </returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpBindingElement.WriteEncoding">
<summary>Gets or sets the character encoding that is used for the message text.</summary>
<returns>The <see cref="T:System.Text.Encoding" /> that indicates the character encoding that is used. The default is <see cref="T:System.Text.UTF8Encoding" />.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="T:System.ServiceModel.Configuration.WebHttpElement">
<summary>Enables the <see cref="T:System.ServiceModel.Description.WebHttpBehavior" /> for an endpoint through configuration.</summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebHttpElement" /> class. </summary>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpElement.BehaviorType">
<summary>Gets the type of the behavior enabled by this configuration element.</summary>
<returns>The <see cref="T:System.Type" /> for the behavior enabled with the configuration element: <see cref="T:System.ServiceModel.Description.WebHttpBehavior" />.</returns>
</member>
<member name="T:System.ServiceModel.Configuration.WebHttpSecurityElement">
<summary>An XML element that configures the security for a service with endpoints that receive HTTP requests. This class cannot be inherited.</summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebHttpSecurityElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebHttpSecurityElement" /> class. </summary>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpSecurityElement.Mode">
<summary>Gets an XML element that specifies the security mode for a basic HTTP service.</summary>
<returns>A value of <see cref="T:System.ServiceModel.WebHttpSecurityMode" /> that indicates whether transport-level security or no security is used by an endpoint. The default value is <see cref="F:System.ServiceModel.WebHttpSecurityMode.None" />.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The value is not a valid <see cref="T:System.ServiceModel.WebHttpSecurityMode" />.</exception>
</member>
<member name="P:System.ServiceModel.Configuration.WebHttpSecurityElement.Transport">
<summary>Gets an XML element that indicates the transport-level security settings for a service endpoint configured to receive HTTP requests.</summary>
<returns>A <see cref="T:System.ServiceModel.Configuration.WebHttpSecurityElement" /> that specifies the transport-level security settings. The default values set are a <see cref="P:System.ServiceModel.HttpTransportSecurity.ClientCredentialType" /> of <see cref="F:System.ServiceModel.HttpClientCredentialType.None" />, a <see cref="P:System.ServiceModel.HttpTransportSecurity.ProxyCredentialType" /> of <see cref="F:System.ServiceModel.HttpProxyCredentialType.None" />, and <see cref="P:System.ServiceModel.HttpTransportSecurity.Realm" /> = "".</returns>
</member>
<member name="T:System.ServiceModel.Configuration.WebMessageEncodingElement">
<summary>Represents the configuration element that specifies the character encoding used for non-SOAP messages. This class cannot be inherited.</summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebMessageEncodingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebMessageEncodingElement" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebMessageEncodingElement.ApplyConfiguration(System.ServiceModel.Channels.BindingElement)">
<summary>Applies the content of a specified binding element to this binding configuration section.</summary>
<param name="bindingElement">The <see cref="T:System.ServiceModel.Channels.BindingElement" /> to be applied.</param>
</member>
<member name="P:System.ServiceModel.Configuration.WebMessageEncodingElement.BindingElementType">
<summary>Gets the type of the binding element enabled by this configuration element.</summary>
<returns>The type of binding element enabled by this configuration element: <see cref="T:System.ServiceModel.Channels.WebMessageEncodingBindingElement" />.</returns>
</member>
<member name="M:System.ServiceModel.Configuration.WebMessageEncodingElement.CopyFrom(System.ServiceModel.Configuration.ServiceModelExtensionElement)">
<summary>Copies the content of the specified configuration section to this element.</summary>
<param name="from">The <see cref="T:System.ServiceModel.Configuration.ServiceModelExtensionElement" /> to be copied.</param>
</member>
<member name="P:System.ServiceModel.Configuration.WebMessageEncodingElement.MaxReadPoolSize">
<summary>Gets or sets a value that specifies the maximum number of messages that can be read simultaneously without allocating new readers.</summary>
<returns>The maximum number of messages that can be read simultaneously without allocating new readers. The default is 64.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebMessageEncodingElement.MaxWritePoolSize">
<summary>Gets or sets a value that specifies the maximum number of messages that can be sent simultaneously without allocating new writers.</summary>
<returns>The maximum number of messages that can be sent simultaneously without allocating new writers. The default is 16.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebMessageEncodingElement.ReaderQuotas">
<summary>Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.</summary>
<returns>The <see cref="T:System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement" /> that specifies the complexity constraints. </returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebMessageEncodingElement.WebContentTypeMapperType">
<summary>Gets or sets the type name of a <see cref="T:System.ServiceModel.Channels.WebContentTypeMapper" /> that specifies the format to which the content type of an incoming message is mapped.</summary>
<returns>The type name of a <see cref="T:System.ServiceModel.Channels.WebContentTypeMapper" />.</returns>
</member>
<member name="P:System.ServiceModel.Configuration.WebMessageEncodingElement.WriteEncoding">
<summary>Gets or sets the character set encoding to be used for emitting messages on the binding.</summary>
<returns>A valid <see cref="T:System.Text.Encoding" /> value that specifies the character set encoding to be used for emitting messages on the binding. The default is <see cref="T:System.Text.UTF8Encoding" />.</returns>
<exception cref="T:System.ArgumentNullException">The value set is null.</exception>
</member>
<member name="T:System.ServiceModel.Configuration.WebScriptEnablingElement">
<summary>Enables the <see cref="T:System.ServiceModel.Description.WebScriptEnablingBehavior" /> for an endpoint through configuration.</summary>
</member>
<member name="M:System.ServiceModel.Configuration.WebScriptEnablingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Configuration.WebScriptEnablingElement" /> class. </summary>
</member>
<member name="P:System.ServiceModel.Configuration.WebScriptEnablingElement.BehaviorType">
<summary>Gets the type of the behavior enabled by this configuration element.</summary>
<returns>The <see cref="T:System.Type" /> for the behavior enabled with the configuration element: <see cref="T:System.ServiceModel.Description.WebScriptEnablingBehavior" />.</returns>
</member>
<member name="T:System.ServiceModel.Description.WebHttpBehavior">
<summary>Enables the Web programming model for a Windows Communication Foundation (WCF) service.</summary>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.WebHttpBehavior" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)" /> method to pass data at runtime to bindings to support custom behavior.</summary>
<param name="endpoint">The endpoint.</param>
<param name="bindingParameters">The binding parameters that support modifying the bindings.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.AddClientErrorInspector(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)"></member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.AddServerErrorHandlers(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)"></member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)" /> method to support modification or extension of the client across an endpoint.</summary>
<param name="endpoint">The endpoint that exposes the contract.</param>
<param name="clientRuntime">The client to which the custom behavior is applied.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)" /> method to support modification or extension of the client across an endpoint.</summary>
<param name="endpoint">The endpoint that exposes the contract.</param>
<param name="endpointDispatcher">The endpoint dispatcher to which the behavior is applied.</param>
</member>
<member name="P:System.ServiceModel.Description.WebHttpBehavior.DefaultBodyStyle">
<summary>Gets and sets the default message body style.</summary>
<returns>One of the values defined in the <see cref="T:System.ServiceModel.Web.WebMessageBodyStyle" /> enumeration.</returns>
</member>
<member name="P:System.ServiceModel.Description.WebHttpBehavior.DefaultOutgoingRequestFormat">
<summary>Gets and sets the default outgoing request format.</summary>
<returns>One of the values defined in the <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> enumeration.</returns>
</member>
<member name="P:System.ServiceModel.Description.WebHttpBehavior.DefaultOutgoingResponseFormat">
<summary>Gets and sets the default outgoing response format.</summary>
<returns>One of the values defined in the <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> enumeration.</returns>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.GetOperationSelector(System.ServiceModel.Description.ServiceEndpoint)">
<summary>Creates a new <see cref="T:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector" /> object.</summary>
<returns>An instance of <see cref="T:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector" /> that contains the operation selector for the specified endpoint.</returns>
<param name="endpoint">The endpoint that exposes the contract.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.GetQueryStringConverter(System.ServiceModel.Description.OperationDescription)">
<summary>Gets the query string converter.</summary>
<returns>A <see cref="T:System.ServiceModel.Dispatcher.QueryStringConverter" /> instance.</returns>
<param name="operationDescription">The service operation.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.GetReplyClientFormatter(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Description.ServiceEndpoint)">
<summary>Gets the reply formatter on the client for the specified endpoint and service operation.</summary>
<returns>An <see cref="T:System.ServiceModel.Dispatcher.IClientMessageFormatter" /> reference to the reply formatter on the client for the specified operation and endpoint.</returns>
<param name="operationDescription">The service operation.</param>
<param name="endpoint">The service endpoint.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.GetReplyDispatchFormatter(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Description.ServiceEndpoint)">
<summary>Gets the reply formatter on the service for the specified endpoint and service operation.</summary>
<returns>An <see cref="T:System.ServiceModel.Dispatcher.IDispatchMessageFormatter" /> reference to the reply formatter on the service for the specified operation and endpoint.</returns>
<param name="operationDescription">The service operation.</param>
<param name="endpoint">The service endpoint.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.GetRequestClientFormatter(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Description.ServiceEndpoint)">
<summary>Gets the request formatter on the client for the specified service operation and endpoint.</summary>
<returns>An <see cref="T:System.ServiceModel.Dispatcher.IClientMessageFormatter" /> reference to the request formatter on the client for the specified operation and endpoint.</returns>
<param name="operationDescription">The service operation.</param>
<param name="endpoint">The service endpoint.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.GetRequestDispatchFormatter(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Description.ServiceEndpoint)">
<summary>Gets the request formatter on the service for the given service operation and service endpoint.</summary>
<returns>An <see cref="T:System.ServiceModel.Dispatcher.IDispatchMessageFormatter" /> reference to the request formatter on the service for the specified operation and endpoint.</returns>
<param name="operationDescription">The service operation.</param>
<param name="endpoint">The service endpoint.</param>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint)">
<summary>Confirms that the endpoint meets the requirements for the Web programming model.</summary>
<param name="endpoint">The service endpoint.</param>
</member>
<member name="T:System.ServiceModel.Description.WebScriptEnablingBehavior">
<summary>Provides support for the behavior that enables Windows Communication Foundation (WCF) endpoints to receive HTTP requests from a browser-based ASP.NET AJAX client. This class cannot be inherited.</summary>
</member>
<member name="M:System.ServiceModel.Description.WebScriptEnablingBehavior.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Description.WebScriptEnablingBehavior" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Description.WebScriptEnablingBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)">
<summary>Applies the behavior to the client across an endpoint.</summary>
<param name="endpoint">The <see cref="T:System.ServiceModel.Description.ServiceEndpoint" /> that exposes the contract.</param>
<param name="clientRuntime">The <see cref="T:System.ServiceModel.Dispatcher.ClientRuntime" /> to which the custom behavior is applied.</param>
</member>
<member name="M:System.ServiceModel.Description.WebScriptEnablingBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)">
<summary>Applies the behavior to the service endpoint.</summary>
<param name="endpoint">The <see cref="T:System.ServiceModel.Description.ServiceEndpoint" /> that exposes the contract.</param>
<param name="endpointDispatcher">The <see cref="T:System.ServiceModel.Dispatcher.EndpointDispatcher" /> to which the custom behavior is applied.</param>
</member>
<member name="P:System.ServiceModel.Description.WebScriptEnablingBehavior.DefaultBodyStyle">
<summary>Gets or sets the default message body style.</summary>
<returns>The <see cref="F:System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest" /> value. This default value is the only valid value.</returns>
<exception cref="T:System.NotSupportedException">The body style set is not supported.</exception>
</member>
<member name="P:System.ServiceModel.Description.WebScriptEnablingBehavior.DefaultOutgoingRequestFormat">
<summary>Gets or sets the default outgoing request message format.</summary>
<returns>The <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> used by outgoing request messages. The default value is <see cref="F:System.ServiceModel.Web.WebMessageFormat.Json" />.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The message format set is not a valid value of <see cref="T:System.ServiceModel.Web.WebMessageFormat" />.</exception>
</member>
<member name="P:System.ServiceModel.Description.WebScriptEnablingBehavior.DefaultOutgoingResponseFormat">
<summary>Gets and sets the default outgoing response message format.</summary>
<returns>The <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> used by outgoing response messages. The default value is <see cref="F:System.ServiceModel.Web.WebMessageFormat.Json" />.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The message format set is not a valid value of <see cref="T:System.ServiceModel.Web.WebMessageFormat" />.</exception>
</member>
<member name="M:System.ServiceModel.Description.WebScriptEnablingBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint)">
<summary>Confirms that the endpoint meets the requirements that allow it to function as an ASP.NET AJAX endpoint.</summary>
<param name="endpoint">The <see cref="T:System.ServiceModel.Description.ServiceEndpoint" /> that exposes the contract.</param>
<exception cref="T:System.InvalidOperationException">The endpoint does not meet one of the requirements for being an ASP.NET AJAX endpoint.</exception>
</member>
<member name="M:System.ServiceModel.Description.WebHttpBehavior.ValidateBinding(System.ServiceModel.Description.ServiceEndpoint)"></member>
<member name="T:System.ServiceModel.Dispatcher.JsonQueryStringConverter">
<summary>This class converts a parameter value to and from a JavaScript Object Notation (JSON). </summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.JsonQueryStringConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.JsonQueryStringConverter" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.JsonQueryStringConverter.CanConvert(System.Type)">
<summary>Gets a value that indicates whether a Common Language Runtime (CLR) type specified is a known type that can be serialized and deserialized.</summary>
<returns>true if the type can be serialized; otherwise false.</returns>
<param name="type">The <see cref="T:System.Type" /> to verify.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="type" /> is null.</exception>
</member>
<member name="M:System.ServiceModel.Dispatcher.JsonQueryStringConverter.ConvertStringToValue(System.String,System.Type)">
<summary>Deserializes a JavaScript Object Notation (JSON) query string parameter to a specified Common Language Runtime (CLR) type.</summary>
<returns>An instance of the CLR type to which the parameter value was converted.</returns>
<param name="parameter">The JSON form of the parameter value.</param>
<param name="parameterType">The <see cref="T:System.Type" /> to deserialize the parameter to.</param>
</member>
<member name="M:System.ServiceModel.Dispatcher.JsonQueryStringConverter.ConvertValueToString(System.Object,System.Type)">
<summary>Serializes a Common Language Runtime (CLR) parameter type to a JavaScript Object Notation (JSON) representation.</summary>
<returns>The JSON query string parameter serialization of the CLR type. null is returned if the parameter is null.</returns>
<param name="parameter">The parameter value to convert.</param>
<param name="parameterType">The <see cref="T:System.Type" /> of the parameter to serialize.</param>
</member>
<member name="T:System.ServiceModel.Dispatcher.QueryStringConverter">
<summary>This class converts a parameter in a query string to an object of the appropriate type. It can also convert a parameter from an object to its query string representation. </summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.QueryStringConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.QueryStringConverter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.QueryStringConverter.CanConvert(System.Type)">
<summary>Determines whether the specified type can be converted to and from a string representation.</summary>
<returns>A value that specifies whether the type can be converted.</returns>
<param name="type">The <see cref="T:System.Type" /> to convert.</param>
</member>
<member name="M:System.ServiceModel.Dispatcher.QueryStringConverter.ConvertStringToValue(System.String,System.Type)">
<summary>Converts a query string parameter to the specified type.</summary>
<returns>The converted parameter.</returns>
<param name="parameter">The string form of the parameter and value.</param>
<param name="parameterType">The <see cref="T:System.Type" /> to convert the parameter to.</param>
<exception cref="T:System.FormatException">The provided string does not have the correct format.</exception>
</member>
<member name="M:System.ServiceModel.Dispatcher.QueryStringConverter.ConvertValueToString(System.Object,System.Type)">
<summary>Converts a parameter to a query string representation.</summary>
<returns>The parameter name and value.</returns>
<param name="parameter">The parameter to convert.</param>
<param name="parameterType">The <see cref="T:System.Type" /> of the parameter to convert.</param>
</member>
<member name="T:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector">
<summary>The operation selector that supports the Web programming model.</summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector" />.</summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector.#ctor(System.ServiceModel.Description.ServiceEndpoint)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector" /> with the specified endpoint.</summary>
<param name="endpoint">The service endpoint.</param>
</member>
<member name="F:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector.HttpOperationSelectorUriMatchedPropertyName">
<summary>A string used as a key for storing the value that indicates whether a call to a service operation was matched by the URI but not by the HTTP method.</summary>
</member>
<member name="M:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector.SelectOperation(System.ServiceModel.Channels.Message@)">
<summary>Selects the service operation to call.</summary>
<returns>The name of the service operation to call.</returns>
<param name="message">The <see cref="T:System.ServiceModel.Channels.Message" /> object sent to invoke a service operation.</param>
</member>
<member name="M:System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector.SelectOperation(System.ServiceModel.Channels.Message@,System.Boolean@)">
<summary>Selects the service operation to call.</summary>
<returns>The name of the service operation to call.</returns>
<param name="message">The <see cref="T:System.ServiceModel.Channels.Message" /> object sent to invoke a service operation.</param>
<param name="uriMatched">A value that specifies whether the URI matched a specific service operation.</param>
</member>
<member name="T:System.ServiceModel.Syndication.Atom10FeedFormatter">
<summary>A class that serializes a <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to and from Atom 1.0 format.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<param name="feedToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.Type)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> class.</summary>
<param name="feedTypeToCreate">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> derived instance to be serialized.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 syndication feed.</summary>
<returns>A value that specifies whether the <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 syndication feed.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.CreateFeedInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10FeedFormatter.FeedType">
<summary>The instance derived from <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> that is associated with the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> instance.</summary>
<returns>The instance derived from <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> that is associated with the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveAttributeExtensions">
<summary>Gets and sets a value that specifies whether to preserve attribute extensions during serialization.</summary>
<returns>A value that specifies whether to preserve attribute extensions during serialization.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveElementExtensions">
<summary>Gets and sets a value that specifies whether to preserve element extensions during serialization.</summary>
<returns>A value that specifies whether to preserve element extensions during serialization.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads an Atom 1.0 syndication feed from the specified <see cref="T:System.Xml.XmlReader" /> instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Reads a syndication item from <see cref="T:System.Xml.XmlReader" /> instance using the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> used to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)">
<summary>Reads in a collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to use to create the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances.</param>
<param name="areAllItemsRead">A value that specifies whether all of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances have been read from the <see cref="T:System.Xml.XmlReader" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" /> method.</summary>
<returns>Null.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10FeedFormatter.Version">
<summary>Gets the syndication version used by the formatter.</summary>
<returns>The syndication version used by the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)">
<summary>Writes the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to write.</param>
<param name="feedBaseUri">The base URI for the feed.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)">
<summary>Writes a collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="items">A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances to write.</param>
<param name="feedBaseUri">The base URI for the feed.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> associated with the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.Atom10FeedFormatter`1">
<summary>A class that serializes <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived classes to and from Atom 1.0 format.</summary>
<typeparam name="TSyndicationFeed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> -derived type to serialize.</typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter`1" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor(`0)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter`1" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived instance.</summary>
<param name="feedToWrite">The feed to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.CreateFeedInstance">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> derived class.</summary>
<returns>A new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class.</returns>
</member>
<member name="T:System.ServiceModel.Syndication.Atom10ItemFormatter">
<summary>A class that serializes a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to and from Atom 1.0 format.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" /> class.</summary>
<param name="itemTypeToCreate">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> derived instance to associate with the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" /></param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 syndication item.</summary>
<returns>A value that specifies whether the <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 syndication item.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.CreateItemInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10ItemFormatter.ItemType">
<summary>Gets the type of the syndication item associated with the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" />.</summary>
<returns>The type of the syndication item associated with the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveAttributeExtensions">
<summary>Gets or sets a value that specifies whether to preserve attribute extensions during serialization.</summary>
<returns>A value that specifies whether to preserve attribute extensions during serialization.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveElementExtensions">
<summary>Gets or sets a value that specifies whether to preserve element extensions during serialization.</summary>
<returns>A value that specifies whether to preserve element extensions during serialization.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads an Atom 1.0 syndication item from the specified <see cref="T:System.Xml.XmlReader" /> instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" /> method.</summary>
<returns>Null.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Atom10ItemFormatter.Version">
<summary>Gets the syndication version used by the formatter.</summary>
<returns>The syndication version used by the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> associated with the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.Atom10ItemFormatter`1">
<summary>A class that serializes <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived classes to and from Atom 1.0 format.</summary>
<typeparam name="TSyndicationItem">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> -derived class to serialize.</typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter`1" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor(`0)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter`1" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived instance.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.CreateItemInstance">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived class.</summary>
<returns>A new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</returns>
</member>
<member name="T:System.ServiceModel.Syndication.Rss20FeedFormatter">
<summary>A class that serializes a <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to and from RSS 2.0 format.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<param name="feedToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<param name="feedToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to serialize.</param>
<param name="serializeExtensionsAsAtom">A value that specifies whether to serialize elements that are defined in the Atom 1.0 specification but not in the RSS 2.0 specification. The default value is true.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.Type)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> class.</summary>
<param name="feedTypeToCreate">The instance derived from <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to be serialized.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid RSS 2.0 syndication feed.</summary>
<returns>A value that specifies whether the <see cref="T:System.Xml.XmlReader" /> contains a valid RSS 2.0 syndication feed.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.CreateFeedInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20FeedFormatter.FeedType">
<summary>The instance derived from <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> that is associated with the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</summary>
<returns>The instance derived from <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> that is associated with the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveAttributeExtensions">
<summary>Gets and sets a value that specifies whether to preserve attribute extensions during serialization.</summary>
<returns>A value that specifies whether to preserve attribute extensions during serialization.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveElementExtensions">
<summary>Gets and sets a value that specifies whether to preserve element extensions during serialization.</summary>
<returns>A value that specifies whether to preserve element extensions during serialization.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads an RSS 2.0 syndication feed from the specified <see cref="T:System.Xml.XmlReader" /> instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Reads a syndication item from <see cref="T:System.Xml.XmlReader" /> instance using the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> used to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)">
<summary>Reads in a collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to use to create the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances.</param>
<param name="areAllItemsRead">A value that specifies whether all of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances have been read from the <see cref="T:System.Xml.XmlReader" /> instance.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20FeedFormatter.SerializeExtensionsAsAtom">
<summary>Gets and sets a value that specifies whether to serialize extensions within the Atom 1.0 namespace.</summary>
<returns>A value that specifies whether to serialize extensions within the Atom 1.0 namespace.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Sets the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance associated with the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" />.</summary>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to associate with the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" /> method.</summary>
<returns>Null.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20FeedFormatter.Version">
<summary>Gets the syndication version used by the formatter.</summary>
<returns>The syndication version used by the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)">
<summary>Writes the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to write.</param>
<param name="feedBaseUri">The base URI for the feed.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)">
<summary>Writes a collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="items">A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instances to write.</param>
<param name="feedBaseUri">The base URI for the feed.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> associated with the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.Rss20FeedFormatter`1">
<summary>A class that serializes <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived classes to RSS 2.0 format.</summary>
<typeparam name="TSyndicationFeed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived type to serialize.</typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter`1" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter`1" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> derived instance.</summary>
<param name="feedToWrite">The feed to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter`1" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> derived instance.</summary>
<param name="feedToWrite">The feed to serialize.</param>
<param name="serializeExtensionsAsAtom">A value that specifies whether to serialize elements that are defined in the Atom 1.0 specification, but not in the RSS 2.0 specification. The default is true.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.CreateFeedInstance">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> derived class.</summary>
<returns>A new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class.</returns>
</member>
<member name="T:System.ServiceModel.Syndication.Rss20ItemFormatter">
<summary>A class that serializes a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to and from RSS 2.0 format.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" /> class.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" /> class.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to serialize.</param>
<param name="serializeExtensionsAsAtom">A value that specifies whether to serialize elements that are defined in the Atom 1.0 specification but not in the RSS 2.0 specification. The default value is true.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.Type)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" /> class.</summary>
<param name="itemTypeToCreate">The instance derived from <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to associate with the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid RSS 2.0 syndication item.</summary>
<returns>A value that specifies if the <see cref="T:System.Xml.XmlReader" /> contains a valid RSS 2.0 syndication item.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.CreateItemInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20ItemFormatter.ItemType">
<summary>Gets the type of the syndication item associated with the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" />.</summary>
<returns>The type of the syndication item associated with the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveAttributeExtensions">
<summary>Gets or sets a value that specifies whether to preserve attribute extensions during serialization.</summary>
<returns>A value that specifies whether to preserve attribute extensions during serialization.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveElementExtensions">
<summary>Gets or sets a value that specifies whether to preserve element extensions during serialization.</summary>
<returns>A value that specifies whether to preserve element extensions during serialization.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads an RSS 2.0 syndication item from the specified <see cref="T:System.Xml.XmlReader" /> instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20ItemFormatter.SerializeExtensionsAsAtom">
<summary>Gets and sets a value that specifies whether to serialize extensions within the Atom 1.0 namespace.</summary>
<returns>A value that specifies whether to serialize extensions within the Atom 1.0 namespace.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" /> method.</summary>
<returns>Null.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Rss20ItemFormatter.Version">
<summary>Gets the syndication version used by the formatter.</summary>
<returns>The syndication version used by the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> associated with the <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.Rss20ItemFormatter`1">
<summary>A class that serializes <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived classes to and from RSS 2.0 format.</summary>
<typeparam name="TSyndicationItem">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived type to serialize.</typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter`1" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter`1" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> derived instance.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Rss20ItemFormatter`1" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> derived instance.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to serialize.</param>
<param name="serializeExtensionsAsAtom">A value that specifies whether to serialize elements that are defined in the Atom 1.0 specification but not in the RSS 2.0 specification. The default value is true.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.CreateItemInstance">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> derived class.</summary>
<returns>A new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</returns>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationCategory">
<summary>A class that represents the category of a syndication feed. </summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.ServiceModel.Syndication.SyndicationCategory)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to initialize the new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class with the given name.</summary>
<param name="name">The name of the category.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class with the specified name, scheme, and label.</summary>
<param name="name">The name of the category.</param>
<param name="scheme">A Uniform Resource Identifier (URI) that represents the categorization scheme to which this category belongs.</param>
<param name="label">A human-readable attribute that describes the category.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationCategory.AttributeExtensions">
<summary>Gets the attribute extensions for this category.</summary>
<returns>The attribute extensions for this category.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.Clone">
<summary>Creates a copy of a <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationCategory.ElementExtensions">
<summary>Gets the element extensions for this category.</summary>
<returns>A collection of element extensions.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationCategory.Label">
<summary>Gets and sets the label of the category.</summary>
<returns>The label of the category.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationCategory.Name">
<summary>Gets and sets the name of the category.</summary>
<returns>The name of the category.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationCategory.Scheme">
<summary>Gets and sets the scheme of the category.</summary>
<returns>The scheme of the category.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>A value that specifies whether the attribute extension was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>A value that specifies whether the element extension has been parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use while parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified writer.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationCategory.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified writer.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationContent">
<summary>A base class that represents syndication content.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.#ctor(System.ServiceModel.Syndication.SyndicationContent)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance to use to initialize the new instance.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationContent.AttributeExtensions">
<summary>Gets the attribute extensions for this content.</summary>
<returns>A dictionary that contains the attribute extensions for this object.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.Clone">
<summary>Creates a copy of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</summary>
<returns>A copy of the <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance with the specified HTML content.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</returns>
<param name="content">The text of the content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance with the specified plain text content.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</returns>
<param name="content">The plain text content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance with the specified <see cref="T:System.Uri" /> and media type.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</returns>
<param name="url">The <see cref="T:System.Uri" /> of the content.</param>
<param name="mediaType">The media type of the content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance with the specified XHTML content.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</returns>
<param name="content">The XHTML content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance with the specified data contract object.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</returns>
<param name="dataContractObject">The data contract object.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance with the specified data contract object and data contract serializer.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</returns>
<param name="dataContractObject">The data contract object.</param>
<param name="dataContractSerializer">The data contract serializer.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance with the specified object and XML serializer.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</returns>
<param name="xmlSerializerObject">The object.</param>
<param name="serializer">The XML serializer.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Xml.XmlReader)">
<summary>Creates XML syndication content.</summary>
<returns>An instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> class that contains the new content.</returns>
<param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationContent.Type">
<summary>Gets the syndication content type.</summary>
<returns>The name of the type of syndication content.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.WriteContentsTo(System.Xml.XmlWriter)">
<summary>Writes the contents of this <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> object to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationContent.WriteTo(System.Xml.XmlWriter,System.String,System.String)">
<summary>Writes the contents of this object to the specified <see cref="T:System.Xml.XmlWriter" /> within the specified element and element namespace.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="outerElementName">The name of the element.</param>
<param name="outerElementNamespace">The namespace of the element.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationElementExtension">
<summary>A class that represents a syndication element extension.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> class with the specified object.</summary>
<param name="dataContractExtension">The data contract object used to initialize the extension. </param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> class with the specified object and data contract serializer.</summary>
<param name="dataContractExtension">The data contract object used to initialize the extension.</param>
<param name="dataContractSerializer">The data contract serializer to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Xml.Serialization.XmlSerializer)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> class with the specified object and XML serializer.</summary>
<param name="xmlSerializerExtension">The object used to initialize the extension.</param>
<param name="serializer">The XML serializer to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> class with the specified outer name, outer namespace, and object.</summary>
<param name="outerName">The name of the enclosing XML element.</param>
<param name="outerNamespace">The namespace of the enclosing XML element.</param>
<param name="dataContractExtension">The object used to initialize the extension.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> class with the specified outer name, outer namespace, object, and data contract serializer.</summary>
<param name="outerName">The name of the enclosing XML element.</param>
<param name="outerNamespace">The namespace of the enclosing XML element.</param>
<param name="dataContractExtension">The object used to initialize the extension.</param>
<param name="dataContractSerializer">The data contract serializer to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Xml.XmlReader)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> class.</summary>
<param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> that contains the content of the new <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1">
<summary>Gets the object that represents the element extension.</summary>
<returns>An object of the specified type that contains the element extension.</returns>
<typeparam name="TExtension">The type of the extension to retrieve.</typeparam>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type is not a valid data contract.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Gets the object that represents the element extension.</summary>
<returns>An object of the specified type that contains the element extension.</returns>
<param name="serializer">The <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" /> to use.</param>
<typeparam name="TExtension">The type of the extension to retrieve.</typeparam>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type is not a valid data contract.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Xml.Serialization.XmlSerializer)">
<summary>Gets the object that represents the element extension.</summary>
<returns>An object of the specified type that contains the element extension.</returns>
<param name="serializer">The <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use.</param>
<typeparam name="TExtension">The type of the extension to retrieve.</typeparam>
<exception cref="T:System.InvalidOperationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.GetReader">
<summary>Gets the <see cref="T:System.Xml.XmlReader" /> associated with the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</summary>
<returns>The <see cref="T:System.Xml.XmlReader" /> associated with the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterName">
<summary>Gets the outer name of the element extension.</summary>
<returns>The outer name of the element extension.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterNamespace">
<summary>Gets the outer namespace of the element extension.</summary>
<returns>The outer namespace of the element extension.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtension.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the current extension to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection">
<summary>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> objects.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object)">
<summary>Adds the specified <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> object to the collection.</summary>
<param name="extension">The <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> object to add.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Runtime.Serialization.DataContractSerializer)">
<summary>Adds the specified object to the collection using the specified data contract serializer.</summary>
<param name="dataContractExtension">The object to add to the collection.</param>
<param name="serializer">The serializer to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Xml.Serialization.XmlSerializer)">
<summary>Adds the specified object to the collection using the specified XML serializer.</summary>
<param name="xmlSerializerExtension">The object to add to the collection.</param>
<param name="serializer">The XML serializer to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object)">
<summary>Adds the specified object to the collection with the specified outer name and outer namespace.</summary>
<param name="outerName">The outer name.</param>
<param name="outerNamespace">The outer namespace.</param>
<param name="dataContractExtension">The object to add to the collection.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Adds the specified object to the collection with the specified outer name and outer namespace using the specified data contract serializer.</summary>
<param name="outerName">The outer name.</param>
<param name="outerNamespace">The outer namespace.</param>
<param name="dataContractExtension">The object to add to the collection.</param>
<param name="dataContractSerializer">The serializer to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Xml.XmlReader)">
<summary>Adds a new syndication element extension to the collection.</summary>
<param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> to read the syndication element extension from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.GetReaderAtElementExtensions">
<summary>Gets an <see cref="T:System.Xml.XmlReader" /> with the element extensions.</summary>
<returns>An <see cref="T:System.Xml.XmlReader" /> that contains the element extensions.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String)">
<summary>Reads the element extensions with the specified name and namespace.</summary>
<returns>A collection of element extension objects.</returns>
<param name="extensionName">The name of the element extension.</param>
<param name="extensionNamespace">The namespace of the element extension.</param>
<typeparam name="TExtension">The type of the extension to read.</typeparam>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type is not a valid data contract.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Reads the element extensions with the specified name and namespace.</summary>
<returns>A collection of element extension objects.</returns>
<param name="extensionName">The name of the element extension.</param>
<param name="extensionNamespace">The namespace of the element extension.</param>
<param name="serializer">The <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" /> to use.</param>
<typeparam name="TExtension">The type of the extension to read.</typeparam>
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">The type is not a valid data contract.</exception>
<exception cref="T:System.Runtime.Serialization.SerializationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Xml.Serialization.XmlSerializer)">
<summary>Reads the element extensions with the specified name and namespace.</summary>
<returns>A collection of element extension objects.</returns>
<param name="extensionName">The name of the element extension.</param>
<param name="extensionNamespace">The namespace of the element extension.</param>
<param name="serializer">The <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use.</param>
<typeparam name="TExtension">The type of the extension to read.</typeparam>
<exception cref="T:System.InvalidOperationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationFeed">
<summary>Represents a top-level feed object, &lt;feed&gt; in Atom 1.0 and &lt;rss&gt; in RSS 2.0.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class with the specified collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects.</summary>
<param name="items">A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class with the specified feed.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> used to initialize the new instance.</param>
<param name="cloneItems">A value that specifies whether to clone the items in the source instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class with the specified title, description, and Uniform Resource Identifier (URI).</summary>
<param name="title">The title of the feed.</param>
<param name="description">The description of the feed.</param>
<param name="feedAlternateLink">The URI for the feed.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class with the specified title, description, URI, and collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects.</summary>
<param name="title">The title of the feed.</param>
<param name="description">The description of the feed.</param>
<param name="feedAlternateLink">The URI for the feed.</param>
<param name="items">A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class.</summary>
<param name="title">The syndication feed title.</param>
<param name="description">The syndication feed description.</param>
<param name="feedAlternateLink">The alternate URI for the syndication feed.</param>
<param name="id">The ID of the syndication feed.</param>
<param name="lastUpdatedTime">The <see cref="T:System.DateTimeOffset" /> that contains the last time the syndication feed was updated.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class.</summary>
<param name="title">The syndication feed title.</param>
<param name="description">The syndication feed description.</param>
<param name="feedAlternateLink">The alternate URI for the syndication feed.</param>
<param name="id">The ID of the syndication feed.</param>
<param name="lastUpdatedTime">The <see cref="T:System.DateTimeOffset" /> that contains the last time the syndication feed was updated.</param>
<param name="items">A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.AttributeExtensions">
<summary>Gets a collection of attribute extensions.</summary>
<returns>A dictionary that contains a collection of attribute extensions.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Authors">
<summary>Gets a collection of authors of the feed.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> objects that represents the authors of the feed.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.BaseUri">
<summary>Gets and sets the base URI for the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>The base URI for the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Categories">
<summary>Gets a collection of categories for the feed.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> objects that represent the categories for the feed.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.Clone(System.Boolean)">
<summary>Creates a copy of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A duplicate <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> object.</returns>
<param name="cloneItems">A value that specifies whether the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects are cloned.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Contributors">
<summary>Gets a collection of the contributors to the feed.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> objects that represents the contributors to the feed.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Copyright">
<summary>Gets and sets copyright information for the feed.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> object that represents copyright information for the feed.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.CreateCategory">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.CreateItem">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.CreateLink">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.CreatePerson">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Description">
<summary>Gets and sets a description of the feed.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> object that represents the description of the feed.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.ElementExtensions">
<summary>Gets the element extensions for the feed.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" /> instance that contains the element extensions in the feed.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Generator">
<summary>Gets and sets the generator of the feed.</summary>
<returns>The name of the tool that generated the feed.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.GetAtom10Formatter">
<summary>Gets an <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> instance.</summary>
<returns>An <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter">
<summary>Gets an <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</summary>
<returns>An <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter(System.Boolean)">
<summary>Gets a new <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</summary>
<returns>An <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</returns>
<param name="serializeExtensionsAsAtom">A value that specifies whether to serialize element and attribute extensions with an Atom 1.0 namespace.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Id">
<summary>Gets and sets the ID of the feed.</summary>
<returns>The ID of the feed.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.ImageUrl">
<summary>Gets and sets the image URL for the feed.</summary>
<returns>The URL for the image for the feed.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Items">
<summary>Gets a collection of the feed items contained in the feed.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> objects.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Language">
<summary>Gets and sets the language of the feed.</summary>
<returns>The name of the language the feed is written in. </returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.LastUpdatedTime">
<summary>Gets and sets the time the feed was last updated.</summary>
<returns>A <see cref="T:System.DateTimeOffset" /> instance set to the time the feed was last updated.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Links">
<summary>Gets the links associated with the feed.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> objects.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.Load(System.Xml.XmlReader)">
<summary>Loads a syndication feed from the specified XML reader.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> that contains the loaded contents.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to load the feed from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.Load``1(System.Xml.XmlReader)">
<summary>Loads a <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived instance from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />-derived instance that contains the feed.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<typeparam name="TSyndicationFeed">The syndication feed type.</typeparam>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsAtom10(System.Xml.XmlWriter)">
<summary>Write the syndication feed to the specified <see cref="T:System.Xml.XmlWriter" /> in Atom 1.0 format.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsRss20(System.Xml.XmlWriter)">
<summary>Write the syndication feed to the specified <see cref="T:System.Xml.XmlWriter" /> in RSS 2.0 format.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeed.Title">
<summary>Gets and sets the title of the feed.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance that contains the title of the feed.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>A value that specifies whether the attribute extension was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML Encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>A value that specifies whether the element extension was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use while parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeed.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationFeedFormatter">
<summary>An abstract class used as a base class for other formatters, (for example <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" />).</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeedFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeedFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<param name="feedToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to write. </param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid syndication feed.</summary>
<returns>true, if the XML reader contains a valid syndication feed, otherwise false.</returns>
<param name="reader">An XML reader to check.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</returns>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> used to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</returns>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> used to create the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> class.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateItem(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> used to create the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" />.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to use to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to use to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</returns>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance used to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</returns>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance used to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Feed">
<summary>Gets the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> associated with the formatter.</summary>
<returns>The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> associated with the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads in a <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)">
<summary>Associates a <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance with the <see cref="T:System.ServiceModel.Syndication.SyndicationFeedFormatter" />.</summary>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to associate with the <see cref="T:System.ServiceModel.Syndication.SyndicationFeedFormatter" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ToString">
<summary>Gets a string representation of the <see cref="T:System.ServiceModel.Syndication.SyndicationFeedFormatter" /> instance.</summary>
<returns>The <see cref="T:System.ServiceModel.Syndication.SyndicationFeedFormatter" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationFeed,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)">
<summary>Attempts to parse syndication item content using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A value that indicates whether the content was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="contentType">The content type.</param>
<param name="version">The syndication version to use while parsing.</param>
<param name="content">The content to parse.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Version">
<summary>Gets the syndication version of the formatter.</summary>
<returns>The syndication version of the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="feed">The <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to the specified <see cref="T:System.Xml.XmlWriter" /> instance.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationItem">
<summary>Represents a feed item, for example an RSS &lt;item&gt; or an Atom &lt;entry&gt;.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<param name="source">A <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance used to initialize the new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.ServiceModel.Syndication.SyndicationContent,System.Uri,System.String,System.DateTimeOffset)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</summary>
<param name="title">The title of the syndication item.</param>
<param name="content">A <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance containing the content of the syndication item.</param>
<param name="itemAlternateLink">The alternate URI for the syndication item.</param>
<param name="id">The ID of the syndication item.</param>
<param name="lastUpdatedTime">The <see cref="T:System.DateTimeOffset" /> that contains the last time the syndication item was last updated.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class with the specified title, content, and link.</summary>
<param name="title">The item title.</param>
<param name="content">The item content.</param>
<param name="itemAlternateLink">The item URL.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</summary>
<param name="title">The title of the syndication item.</param>
<param name="content">The content of the syndication item.</param>
<param name="itemAlternateLink">The alternate URI for the syndication item.</param>
<param name="id">The ID of the syndication item.</param>
<param name="lastUpdatedTime">The <see cref="T:System.DateTimeOffset" /> that contains the last time the syndication item was last updated.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.AddPermalink(System.Uri)">
<summary>Adds a permalink to the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />.</summary>
<param name="permalink">The <see cref="T:System.Uri" /> that points to the content.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.AttributeExtensions">
<summary>Gets the attribute extensions for the syndication item.</summary>
<returns>A dictionary that contains a collection of attribute extensions.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Authors">
<summary>Gets the authors of the syndication item.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> objects that represent the authors of the syndication item.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.BaseUri">
<summary>Gets and sets the base Uniform Resource Identifier (URI) for the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>The base URI of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Categories">
<summary>Gets the syndication categories for the syndication item.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> objects that represent the categories of the syndication item.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.Clone">
<summary>Creates a copy of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Content">
<summary>Gets and sets the content of the syndication item.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance that contains the content of the syndication item.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Contributors">
<summary>Gets the contributors of the syndication item.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> objects that represent the contributors of the syndication item.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Copyright">
<summary>Gets and sets the copyright information for the syndication item.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance that represents copyright information.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.CreateCategory">
<summary>Creates a new category.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> object.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.CreateLink">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.CreatePerson">
<summary>Creates a new person.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> object.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.ElementExtensions">
<summary>Gets the element extensions contained in the syndication item.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" /> that contains the element extensions.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.GetAtom10Formatter">
<summary>Gets an <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> instance.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.Atom10FeedFormatter" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter">
<summary>Gets an <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</summary>
<returns>An <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter(System.Boolean)">
<summary>Gets an <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</summary>
<returns>An <see cref="T:System.ServiceModel.Syndication.Rss20FeedFormatter" /> instance.</returns>
<param name="serializeExtensionsAsAtom">A value that specifies whether to serialize element and attribute extensions with an Atom 1.0 namespace.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Id">
<summary>Gets and sets the ID of the syndication item.</summary>
<returns>The ID of the syndication item.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.LastUpdatedTime">
<summary>Gets and sets the last updated time for the syndication item.</summary>
<returns>A <see cref="T:System.DateTimeOffset" /> instance that represents the time the syndication item was last updated.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Links">
<summary>Gets the links contained in the syndication item.</summary>
<returns>A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> objects.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.Load``1(System.Xml.XmlReader)">
<summary>Loads a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> derived object from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> derived object that contains the syndication item.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<typeparam name="TSyndicationItem">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" />-derived class to load.</typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.Load(System.Xml.XmlReader)">
<summary>Loads a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from. </param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.PublishDate">
<summary>Gets and sets the publish date for the syndication item.</summary>
<returns>A <see cref="T:System.DateTimeOffset" /> object that represents the publish date for the syndication item.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.SaveAsAtom10(System.Xml.XmlWriter)">
<summary>Write the syndication item to the specified <see cref="T:System.Xml.XmlWriter" /> in Atom 1.0 format.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.SaveAsRss20(System.Xml.XmlWriter)">
<summary>Write the syndication item to the specified <see cref="T:System.Xml.XmlWriter" /> in RSS 2.0 format.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.SourceFeed">
<summary>Gets and sets the source feed of the syndication item.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationFeed" /> instance where the syndication item is located.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Summary">
<summary>Gets and sets the summary of the syndication item.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> that contains a summary of the item.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItem.Title">
<summary>Gets and sets the title of the syndication item.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> object that contains the title of the syndication item.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>A value that specifies whether the attribute extension was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.TryParseContent(System.Xml.XmlReader,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)">
<summary>Attempts to parse content.</summary>
<returns>A value that specifies whether the content was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="contentType">The content type of the content.</param>
<param name="version">The syndication version to use while parsing.</param>
<param name="content">The <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance to load the parsed content into.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>A value that specifies whether the element extension was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use while parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItem.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specific syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationItemFormatter">
<summary>An abstract class used as a base class for other formatters, (for example, <see cref="T:System.ServiceModel.Syndication.Atom10ItemFormatter" />).</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItemFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItemFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<param name="itemToWrite">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to write.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid syndication item.</summary>
<returns>true, if the XML reader contains a valid syndication item, otherwise false.</returns>
<param name="reader">An XML reader to check.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</returns>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> used to create the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateItemInstance">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> class.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to use to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance with the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</returns>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance used to create the new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItemFormatter.Item">
<summary>Gets the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> associated with the formatter.</summary>
<returns>The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> associated with the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)">
<summary>Loads element extensions into the specified <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> using the specified <see cref="T:System.Xml.XmlReader" /> and maximum extension size.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> to load the element extensions into.</param>
<param name="maxExtensionSize">The maximum allowable size for an element extension (in bytes).</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads in a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.SetItem(System.ServiceModel.Syndication.SyndicationItem)">
<summary>Associates a <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance with the <see cref="T:System.ServiceModel.Syndication.SyndicationItemFormatter" />.</summary>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to associate with the <see cref="T:System.ServiceModel.Syndication.SyndicationItemFormatter" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.ToString">
<summary>Gets a string representation of the <see cref="T:System.ServiceModel.Syndication.SyndicationItemFormatter" /> instance.</summary>
<returns>The <see cref="T:System.ServiceModel.Syndication.SyndicationItemFormatter" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Attempts to parse an attribute extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
<returns>A value that indicates whether the attribute was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)">
<summary>Attempts to parse syndication item content using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A value that indicates whether the content was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="contentType">The content type.</param>
<param name="version">The syndication version to use while parsing.</param>
<param name="content">The content to parse.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Attempts to parse an element extension using the specified <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
<returns>A value that indicates whether the element was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to use.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationItemFormatter.Version">
<summary>Gets the syndication version of the formatter.</summary>
<returns>The syndication version of the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Writes the attribute extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance that contains the attribute extensions to be written.</param>
<param name="version">The syndication version to write the attribute extensions in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="category">The <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="item">The <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="link">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)">
<summary>Writes the element extensions in the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to the specified <see cref="T:System.Xml.XmlWriter" /> in the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the extensions to.</param>
<param name="person">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance that contains the element extensions to be written.</param>
<param name="version">The syndication version the extensions are written in.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to the specified <see cref="T:System.Xml.XmlWriter" /> instance.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationLink">
<summary>Represents a link within a syndication feed or item.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.ServiceModel.Syndication.SyndicationLink)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> class with the specified instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance used to initialize the new instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> class with the specified <see cref="T:System.Uri" />.</summary>
<param name="uri">The URI to the linked resource.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri,System.String,System.String,System.String,System.Int64)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> class with the specified <see cref="T:System.Uri" />, relation type, title, media type, and length.</summary>
<param name="uri">The URI to the linked resource.</param>
<param name="relationshipType">The relationship type.</param>
<param name="title">The title of the link.</param>
<param name="mediaType">The media type of the link.</param>
<param name="length">The length of the linked content.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.AttributeExtensions">
<summary>Gets the attribute extensions of the link.</summary>
<returns>A dictionary that contains a collection of attribute extensions.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.BaseUri">
<summary>Gets and sets the base URI of the syndication link.</summary>
<returns>A <see cref="T:System.Uri" /> instance that contains the base URI of the syndication link.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.Clone">
<summary>Creates a copy of the current <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> object with the specified <see cref="T:System.Uri" />.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="uri">The URI of the linked resource.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri,System.String)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> object with the specified <see cref="T:System.Uri" /> and media type.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="uri">The URI of the linked resource.</param>
<param name="mediaType">The media type of the link.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.CreateMediaEnclosureLink(System.Uri,System.String,System.Int64)">
<summary>Creates a media enclosure link with the specified URI, media type, and length.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="uri">The URI of the linked resource.</param>
<param name="mediaType">The media type of the link.</param>
<param name="length">The length of the linked content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> with the specified URI and relationship type set to self.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="uri">The URI to the linked resource.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri,System.String)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> with the specified URI, media type, and relationship type set to self.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationLink" /> instance.</returns>
<param name="uri">The URI to the linked resource.</param>
<param name="mediaType">The media type of the link.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.ElementExtensions">
<summary>Gets the element extensions for the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" /> that contains the element extensions for the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.GetAbsoluteUri">
<summary>Gets the absolute URI for the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</summary>
<returns>A <see cref="T:System.Uri" /> instance that contains the absolute URI of the <see cref="T:System.ServiceModel.Syndication.SyndicationLink" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.Length">
<summary>Gets and sets the length of the linked resource in bytes.</summary>
<returns>The length of the linked resource.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.MediaType">
<summary>Gets and sets the media type of the linked resource.</summary>
<returns>The media type of the linked resource.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.RelationshipType">
<summary>Gets and sets the relationship type of the linked resource.</summary>
<returns>The relationship type of the linked resource.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.Title">
<summary>Gets and sets the title of the linked resource.</summary>
<returns>The title of the linked resource.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>A value that specifies whether the attribute extension was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>A value that specifies whether the element extension was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use while parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationLink.Uri">
<summary>Gets and sets the URI for the linked resource.</summary>
<returns>A <see cref="T:System.Uri" /> instance that contains the URI for the linked resource.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationLink.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationPerson">
<summary>Represents an author or contributor of syndication content.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.#ctor">
<summary>Initializes a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.ServiceModel.Syndication.SyndicationPerson)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> class with the specified instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance to initialize the new instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String)">
<summary>Initializes a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance with the specified e-mail address.</summary>
<param name="email">The e-mail address of the person.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String,System.String,System.String)">
<summary>Initializes a new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance with the specified e-mail address, name, and Uniform Resource Identifier (URI).</summary>
<param name="email">The e-mail address of the person.</param>
<param name="name">The name of the person.</param>
<param name="uri">The URI of the person's Web page.</param>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationPerson.AttributeExtensions">
<summary>Gets the attribute extensions for the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" />.</summary>
<returns>A dictionary that contains a collection of attribute extensions.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.Clone">
<summary>Creates a copy of the existing <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationPerson.ElementExtensions">
<summary>Gets the element extensions for the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" />.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" /> that contains the element extensions.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationPerson.Email">
<summary>Gets and sets the e-mail address of the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" />.</summary>
<returns>The e-mail address of the person.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationPerson.Name">
<summary>Gets and sets the name of the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" />.</summary>
<returns>The name of the person.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>A value that specifies whether the attribute extension was parsed successfully.</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>A value that specifies whether the element extension was parsed successfully.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use while parsing.</param>
<exception cref="T:System.Xml.XmlException">Invalid XML encountered during read.</exception>
</member>
<member name="P:System.ServiceModel.Syndication.SyndicationPerson.Uri">
<summary>Gets and sets the URI of the <see cref="T:System.ServiceModel.Syndication.SyndicationPerson" />.</summary>
<returns>The URI of the person's Web site.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.SyndicationPerson.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use while writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.SyndicationVersions">
<summary>A class that represents the syndication versions supported by Windows Communication Foundation (WCF).</summary>
</member>
<member name="F:System.ServiceModel.Syndication.SyndicationVersions.Atom10">
<summary>Represents support for the Atom 1.0 specification.</summary>
</member>
<member name="F:System.ServiceModel.Syndication.SyndicationVersions.Rss20">
<summary>Represents support for the RSS 2.0 specification.</summary>
</member>
<member name="T:System.ServiceModel.Syndication.TextSyndicationContent">
<summary>Represents any <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> content intended to be displayed to an end user.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.ServiceModel.Syndication.TextSyndicationContent)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> with the specified <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> with the specified text.</summary>
<param name="text">The text of the content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.TextSyndicationContentKind)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> with the specified text and <see cref="T:System.ServiceModel.Syndication.TextSyndicationContentKind" />.</summary>
<param name="text">The text of the content.</param>
<param name="textKind">The <see cref="T:System.ServiceModel.Syndication.TextSyndicationContentKind" /> that describes the content.</param>
</member>
<member name="M:System.ServiceModel.Syndication.TextSyndicationContent.Clone">
<summary>Creates a copy of the existing <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.TextSyndicationContent.Text">
<summary>Gets the text of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />.</summary>
<returns>The text of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.TextSyndicationContent.Type">
<summary>Gets the content type of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />.</summary>
<returns>A <see cref="T:System.String" /> that represents the kind of Text Syndication Content.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.TextSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)">
<summary>Writes the contents of the <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.TextSyndicationContentKind">
<summary>An enumeration that represents the supported types of text syndication content.</summary>
</member>
<member name="F:System.ServiceModel.Syndication.TextSyndicationContentKind.Plaintext">
<summary>Plain text</summary>
</member>
<member name="F:System.ServiceModel.Syndication.TextSyndicationContentKind.Html">
<summary>HTML (escaped markup)</summary>
</member>
<member name="F:System.ServiceModel.Syndication.TextSyndicationContentKind.XHtml">
<summary>XML (not escaped)</summary>
</member>
<member name="T:System.ServiceModel.Syndication.UrlSyndicationContent">
<summary>Represents syndication content that consists of a URL to another resource.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.ServiceModel.Syndication.UrlSyndicationContent)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> class with the specified <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.Uri,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> class with the specified <see cref="T:System.Uri" /> and media type.</summary>
<param name="url">The <see cref="T:System.Uri" />.</param>
<param name="mediaType">The media type of the resource referenced by the <see cref="T:System.Uri" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.UrlSyndicationContent.Clone">
<summary>Creates a copy of the existing <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance that contains the new copy of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.UrlSyndicationContent.Type">
<summary>Gets the content type of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</summary>
<returns>The content type of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.UrlSyndicationContent.Url">
<summary>Gets the <see cref="T:System.Uri" /> for the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</summary>
<returns>A <see cref="T:System.Uri" /> instance that contains the URI for the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" />.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.UrlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)">
<summary>Writes the contents of the <see cref="T:System.ServiceModel.Syndication.UrlSyndicationContent" /> instance to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.XmlSyndicationContent">
<summary>Represents XML syndication content that is not intended to be displayed in a browser.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.ServiceModel.Syndication.XmlSyndicationContent)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</summary>
<param name="source">The <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</param>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified type, object, and <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" />.</summary>
<param name="type">The type of content.</param>
<param name="dataContractExtension">The data contract extension.</param>
<param name="dataContractSerializer">The <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" /> to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Xml.Serialization.XmlSerializer)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified type, object and <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
<param name="type">The type of content.</param>
<param name="xmlSerializerExtension">The XML serializer extension.</param>
<param name="serializer">The <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use.</param>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.SyndicationElementExtension)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> with the specified type and <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</summary>
<param name="type">The type of the content, typically expressed as a MIME content type, for example application/xml or application/xml+customer.</param>
<param name="extension">The <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> to place in the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.Xml.XmlReader)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> class.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.Clone">
<summary>Creates a copy of the existing <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> instance.</summary>
<returns>A new <see cref="T:System.ServiceModel.Syndication.SyndicationContent" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.XmlSyndicationContent.Extension">
<summary>Gets the <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" />.</summary>
<returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtension" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.GetReaderAtContent">
<summary>Gets a reader from the content of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</summary>
<returns>An <see cref="T:System.Xml.XmlDictionaryReader" /> from the content of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1">
<summary>Reads the content of the specified type into the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" />.</summary>
<returns>An object of the specified type.</returns>
<typeparam name="TContent">The type of content to read.</typeparam>
<exception cref="T:System.Runtime.Serialization.SerializationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Runtime.Serialization.XmlObjectSerializer)">
<summary>Reads the content of the specified type into the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> using the specified serializer.</summary>
<returns>An object of the specified type.</returns>
<param name="dataContractSerializer">The <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" /> to use.</param>
<typeparam name="TContent">The type of content to read.</typeparam>
<exception cref="T:System.Runtime.Serialization.SerializationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Xml.Serialization.XmlSerializer)">
<summary>Reads the content of the specified type into the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> using the specified serializer.</summary>
<returns>An object of the specified type.</returns>
<param name="serializer">The <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use.</param>
<typeparam name="TContent">The type of content to read.</typeparam>
<exception cref="T:System.InvalidOperationException">The input XML cannot be deserialized into the requested type.</exception>
</member>
<member name="P:System.ServiceModel.Syndication.XmlSyndicationContent.Type">
<summary>Gets the type of the XML syndication content.</summary>
<returns>The XML syndication content type.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.XmlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)">
<summary>Write the contents of the <see cref="T:System.ServiceModel.Syndication.XmlSyndicationContent" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter">
<summary>A class that serializes a <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> instance to and from Atom 1.0 format.
</summary>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />.</summary>
<param name="documentToWrite">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.Type,System.Type)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />.</summary>
<param name="inlineDocumentType">An <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> that can be serialized into an &lt;atom:categories&gt; element within a service document and the set of categories are specified within the element.</param>
<param name="referencedDocumentType">An <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> that can be serialized into an &lt;atom:categories&gt; element within a service document and the set of categories are referenced using an URI.</param>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 categories document.</summary>
<returns>A value that specifies whether the <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 categories document.</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument">
<summary>Creates a <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document and contains the set of categories within the element.</summary>
<returns>
Returns an <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateReferencedCategoriesDocument">
<summary>Creates a <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document and contains a URI reference to the set of categories within the element. </summary>
<returns>
Returns a <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads an Atom 1.0 &lt;atom:categories&gt; element from the specified <see cref="T:System.Xml.XmlReader" /> instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.GetSchema" /> method.</summary>
<returns>Null.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>Implements the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="P:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.Version">
<summary>Gets the syndication version used by the formatter.</summary>
<returns>
The syndication version used by the formatter.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />associated with the <see cref="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter">
<summary>A formatter that serializes a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance to and from XML using Atom 1.0 formats.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor">
<summary>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)">
<summary>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class to serialize a specified service document.</summary>
<param name="documentToWrite">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> associated with the Atom 1.0 formatter.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="documentToWrite" /> is null.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.Type)">
<summary>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class.</summary>
<param name="documentTypeToCreate">The instance of an object that is derived from a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> type that is associated with the Atom 1.0 formatter.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="documentTypeToCreate" /> is null.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="documentTypeToCreate" /> specified is not valid.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)">
<summary>Tests whether the specified XML reader contains a valid service document.</summary>
<returns>true if the XML reader does contain a valid service document; otherwise false.
</returns>
<param name="reader"></param>
<exception cref="T:System.ArgumentNullException">
<paramref name="reader" /> is null.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CreateDocumentInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance associated with the Atom 1.0 formatter.</summary>
<returns>
Returns an instance of a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Generates a <see cref="T:System.ServiceModelSyndication.ServiceDocument" /> object from a specified XML reader.</summary>
<param name="reader">The <see cref="T: System.Xml.XmlReader" /> from which to read the syndication feed.</param>
<exception cref="T:System.XmlException">
<paramref name="reader" /> is null.</exception>
<exception cref="T:System.ArgumentNullException">The XML could not be parsed.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>This method is reserved and should not be used.</summary>
<returns>
Returns null.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>Generates a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> from its XML representation.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> stream from which the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> object is deserialized.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="reader" /> is null.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>Converts the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> into its XML representation.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> stream to which the object is serialized.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="writer" /> is null.</exception>
<exception cref="T:System.InvalidOperationException">There is no instance of a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> associated with the formatter.</exception>
</member>
<member name="P:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.Version">
<summary>Gets the name of Atom Publishing Protocol namespace.</summary>
<returns>
Returns “http://www.w3.org/2007/app”.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes a <see cref="T:System.ServiceModelSyndication.ServiceDocument" /> object associated with the formatter to a specified XML writer.</summary>
<param name="writer">The <see cref="T: System.Xml.XmlWriter" /> written to by the formatter.</param>
<exception cref="T:System.XmlException">
<paramref name="writer" /> is null.</exception>
<exception cref="T:System.InvalidOperationException">The service document associated with the formatter is null.</exception>
</member>
<member name="T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1">
<summary>A formatter that serializes classes derived from a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance to and from XML using Atom 1.0 formats.</summary>
<typeparam name="TServiceDocument">The class derived from a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance that is to be serialized to XML or deserialized from XML using Atom 1.0 formatting.</typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter`1" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor(`0)">
<summary>Creates a new instance of the Atom 1.0-based <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter`1" /> class.</summary>
<param name="documentToWrite">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> associated with the Atom 1.0 formatter.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="documentToWrite" /> is null.</exception>
</member>
<member name="M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.CreateDocumentInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance associated with the Atom 1.0 formatter.</summary>
<returns>
Returns an instance of <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />.
</returns>
</member>
<member name="T:System.ServiceModel.Syndication.CategoriesDocument">
<summary>Represents a categories document.</summary>
</member>
<member name="P:System.ServiceModel.Syndication.CategoriesDocument.AttributeExtensions">
<summary>Gets a collection of attribute extensions.</summary>
<returns>
Returns <see cref="T:System.Collections.Generic.Dictionary`2" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.CategoriesDocument.BaseUri">
<summary>The base URI of the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory})">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.
</returns>
<param name="categories">A collection of <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instances used to initialize the new <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> instance. </param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> class.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.
</returns>
<param name="categories">A collection of categories.</param>
<param name="isFixed">A value that specifies whether a user can add a category to the categories document.</param>
<param name="scheme">The scheme of the categories document.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Uri)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> initializing it with the specified <see cref="T:System.Uri" />.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" />.
</returns>
<param name="linkToCategoriesDocument">The URI of the categories document.</param>
</member>
<member name="P:System.ServiceModel.Syndication.CategoriesDocument.ElementExtensions">
<summary>Gets the element extensions for the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.GetFormatter">
<summary>Gets a new <see cref="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter" /> instance initialized with the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> on which this method is called.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.CategoriesDocument.Language">
<summary>Gets and sets the language of the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />.</summary>
<returns>
Returns <see cref="T:System.String" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.Load(System.Xml.XmlReader)">
<summary>Loads a <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> instance from an <see cref="T:System.Xml.XmlReader" />.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.Save(System.Xml.XmlWriter)">
<summary>Saves the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to a <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extension to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter">
<summary>An abstract class used as a base class for other formatters, (for example, <see cref="T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter" />).</summary>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" /> class with the specified <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" />. </summary>
<param name="documentToWrite">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 categories document.</summary>
<returns>A value that specifies whether the <see cref="T:System.Xml.XmlReader" /> contains a valid Atom 1.0 categories document.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateInlineCategoriesDocument">
<summary>Creates a <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document and contains the set of categories within the element.</summary>
<returns>
Returns an <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateReferencedCategoriesDocument">
<summary>Creates a <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document and contains a URI reference to the set of categories within the element.</summary>
<returns>
Returns a <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> that can be serialized into a &lt;atom:categories&gt; element within a service document.</returns>
</member>
<member name="P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Document">
<summary>Gets the categories document.</summary>
<returns>
Returns the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> that is associated with this <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads an Atom 1.0 &lt;atom:categories&gt; element from the specified <see cref="T:System.Xml.XmlReader" /> instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.SetDocument(System.ServiceModel.Syndication.CategoriesDocument)">
<summary>Specifies the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to associate with the <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" />.</summary>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to associate with the <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" />.</param>
</member>
<member name="P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Version">
<summary>Gets the syndication version used by the formatter.</summary>
<returns>The syndication version used by the formatter.</returns>
</member>
<member name="M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes the <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> associated with the <see cref="T:System.ServiceModel.Syndication.CategoriesDocumentFormatter" /> to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.InlineCategoriesDocument">
<summary>Represents a &lt;atom:categories&gt; element within a service document.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory})">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> class.</summary>
<param name="categories">A collection of syndication categories.</param>
</member>
<member name="M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> class.</summary>
<param name="categories">A collection of syndication categories.</param>
<param name="isFixed">Specifies whether syndication categories can be added to the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</param>
<param name="scheme">The scheme of the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</param>
</member>
<member name="P:System.ServiceModel.Syndication.InlineCategoriesDocument.Categories">
<summary>Gets the collection of syndication categories associated with the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</summary>
<returns>
Returns a collection of syndication categories.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.InlineCategoriesDocument.CreateCategory">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.</summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.InlineCategoriesDocument.IsFixed">
<summary>Gets and sets a value that specifies whether syndication categories can be added to the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that specifies if new syndication categories can be added.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.InlineCategoriesDocument.Scheme">
<summary>Gets and sets the scheme of the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</summary>
<returns>
Returns the scheme of the <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.
</returns>
</member>
<member name="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument">
<summary>Represents a reference to a categories document.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor(System.Uri)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> class.</summary>
<param name="link">The URL to the referenced categories document.</param>
</member>
<member name="P:System.ServiceModel.Syndication.ReferencedCategoriesDocument.Link">
<summary>Gets and sets the URI for the categories document.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
</member>
<member name="T:System.ServiceModel.Syndication.ResourceCollectionInfo">
<summary>Represents a collection of resources represented by &lt;atom:collection&gt; element.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> class.</summary>
<param name="title">The title of the collection.</param>
<param name="link">The URI of the collection.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> class.</summary>
<param name="title">The title of the collection.</param>
<param name="link">The URI of the collection.</param>
<param name="categories">A collection of categories documents.</param>
<param name="allowsNewEntries">A value that specifies whether new &lt;accept&gt; elements can be added to the collection.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Collections.Generic.IEnumerable{System.String})">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> class.</summary>
<param name="title">The title of the collection.</param>
<param name="link">The URI of the collection.</param>
<param name="categories">A collection of categories documents.</param>
<param name="accepts">A collection of resource types that can be added to the collection.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.String,System.Uri)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> class.</summary>
<param name="title">The title of the collection.</param>
<param name="link">The URI of the collection.</param>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.Accepts">
<summary>Gets a collection of resource types that can be added to the collection.</summary>
<returns>
Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.AttributeExtensions">
<summary>Gets a collection of attribute extensions.</summary>
<returns>
Returns <see cref="T:System.Collections.Generic.Dictionary`2" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.BaseUri">
<summary>Gets and sets the base URI for the <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> instance.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.Categories">
<summary>Gets a collection of <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> objects.</summary>
<returns>
Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateInlineCategoriesDocument">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateReferencedCategoriesDocument">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.ElementExtensions">
<summary>Gets the element extensions for the service document.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.Link">
<summary>Gets and sets the URI for the collection.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ResourceCollectionInfo.Title">
<summary>The title of the collection.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.ServiceDocument">
<summary>Represents a service document.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.Workspace})">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> class, initializing it with the specified collection of <see cref="T:System.ServiceModel.Syndication.Workspace" /> instances.</summary>
<param name="workspaces">A collection of workspaces.</param>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocument.AttributeExtensions">
<summary>Gets a collection of attribute extensions.</summary>
<returns>
Returns <see cref="T:System.Collections.Generic.Dictionary`2" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocument.BaseUri">
<summary>Gets and sets the base URI for the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.CreateWorkspace">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.Workspace" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.Workspace" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocument.ElementExtensions">
<summary>Gets the element extensions for the service document.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.GetFormatter">
<summary>Gets a <see cref="T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocument.Language">
<summary>Gets and sets the language of the service document.</summary>
<returns>
Returns <see cref="T:System.String" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.Load``1(System.Xml.XmlReader)">
<summary>Loads a service document from the specified <see cref="T:System.Xml.XmlReader" /> into a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> derived instance.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read the service document from.</param>
<typeparam name="TServiceDocument"></typeparam>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.Load(System.Xml.XmlReader)">
<summary>Loads a service document from the specified <see cref="T:System.Xml.XmlReader" /> into a <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.ServiceDocument" />.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read the service document from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.Save(System.Xml.XmlWriter)">
<summary>Saves the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance to the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to save the service document to.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocument.Workspaces">
<summary>Gets a collection of workspaces contained within the service document.</summary>
<returns>
Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlReader" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="T:System.ServiceModel.Syndication.ServiceDocumentFormatter">
<summary>An abstract class used as a base class for other formatters, such as <see cref="T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter" />.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.ServiceDocumentFormatter" /> class.</summary>
<param name="documentToWrite">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to serialize.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)">
<summary>Verifies whether the specified <see cref="T:System.Xml.XmlReader" /> contains a valid service document.</summary>
<returns>true, if the XML reader contains a valid service document, otherwise false.
</returns>
<param name="reader">An XML reader to check.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCategory(System.ServiceModel.Syndication.InlineCategoriesDocument)">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> class.</summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.SyndicationCategory" /> instance.
</returns>
<param name="inlineCategories">An <see cref="T:System.ServiceModel.Syndication.InlineCategories" /> instance used to create the new categories document.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCollection(System.ServiceModel.Syndication.Workspace)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> instance.</summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> instance.
</returns>
<param name="workspace">A <see cref="T:System.ServiceModel.Syndication.Workspace" /> instance used to create the new collection.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance.</summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> instance.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateInlineCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" /> instance.
</returns>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> to use to create the new <see cref="T:System.ServiceModel.Syndication.InlineCategoriesDocument" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateReferencedCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" />.</summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" />.
</returns>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> instance to use to create the new <see cref="T:System.ServiceModel.Syndication.ReferencedCategoriesDocument" />.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument)">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.Workspace" /></summary>
<returns>
Returns a new <see cref="T:System.ServiceModel.Syndication.Workspace" />.
</returns>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to use to create the new workspace.</param>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Document">
<summary>Gets the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> associated with the formatter.</summary>
<returns>
Returns the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> associated with the formatter.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.Int32)">
<summary>Loads element extensions.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="categories">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to use to read the element extensions.</param>
<param name="maxExtensionSize">The maximum size of an element extension to be loaded.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.Int32)">
<summary>Loads element extensions.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> to use to load the element extensions.</param>
<param name="maxExtensionSize">The maximum size of an extension to load.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.Int32)">
<summary>Loads element extensions.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to use to read the element extensions.</param>
<param name="maxExtensionSize">The maximum size of an extension to load.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.Int32)">
<summary>Loads element extensions.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="workspace">The <see cref="T:System.ServiceModel.Syndication.Workspace" /> to use to load the element extensions.</param>
<param name="maxExtensionSize">The maximum size of an extension to load.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)">
<summary>Reads a service document from the specified <see cref="T:System.Xml.XmlReader" />.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.SetDocument(System.ServiceModel.Syndication.ServiceDocument)">
<summary>Sets the <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to write.</summary>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to write.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.CategoriesDocument,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the attribute extension was successfully parsed.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="categories">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to use to parse the attribute extension.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the attribute extension was parsed successfully.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> to use to parse the attribute.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ServiceDocument,System.String)">
<summary>Attempts to parse an attribute extensions.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the attribute extension was parsed successfully.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute extension to parse.</param>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to use to parse the attribute extension.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.Workspace,System.String)">
<summary>Attempts to parse an attribute extension</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the attribute extension was parsed successfully.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="workspace">The <see cref="T:System.ServiceModel.Syndication.Workspace" /> to use to parse the attribute.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the element extension was parsed successfully.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="categories">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to use to parse the element extension.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the element extension was parsed successfully.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> to use to parse the element extension.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the element extension was successfully parsed.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to use to parse the element extension.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns a <see cref="T:System.Boolean" /> that indicates whether the element extension was parsed successfully.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="workspace">The <see cref="T:System.ServiceModel.Syndication.Workspace" /> to use to parse the element extension.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Version">
<summary>Gets the version of the formatter.</summary>
<returns>
Returns a <see cref="T:System.String" /> that contains the version of the formatter.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)">
<summary>Writes attribute extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="categories">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to use to write the element extensions.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)">
<summary>Writes attribute extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> to use to write the attribute extensions.</param>
<param name="version">The syndication version to use when writing the attribute extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)">
<summary>Writes attribute extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to use to write the attribute extensions.</param>
<param name="version">The syndication version to use when writing the attribute extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)">
<summary>Writes attribute extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="workspace">The <see cref="T:System.ServiceModel.Syndication.Workspace" /> to use to write the attribute extensions.</param>
<param name="version">The syndication version to use when writing the attribute extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)">
<summary>Writes element extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="categories">The <see cref="T:System.ServiceModel.Syndication.CategoriesDocument" /> to use to write the element extensions.</param>
<param name="version">The syndication version to use when writing the element extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)">
<summary>Writes element extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="collection">The <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> to use to write the element extensions.</param>
<param name="version">The syndication version to use when writing the element extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)">
<summary>Writes element extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="document">The <see cref="T:System.ServiceModel.Syndication.ServiceDocument" /> to use to write the element extensions.</param>
<param name="version">The syndication version to use when writing the element extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)">
<summary>Writes element extensions.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="workspace"></param>
<param name="version">The syndication version to use when writing the element extensions.</param>
</member>
<member name="M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)">
<summary>Writes a service document to the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
</member>
<member name="T:System.ServiceModel.Syndication.Workspace">
<summary>Represents a workspace within a service document.</summary>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.#ctor">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Workspace" /> class. </summary>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Workspace" /> class and initializes it with the specified title and collection.</summary>
<param name="title">The title of the workspace.</param>
<param name="collections">The collection the workspace contains.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.#ctor(System.String,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})">
<summary>Creates a new instance of the <see cref="T:System.ServiceModel.Syndication.Workspace" /> class and initializes it with the specified title and collection.</summary>
<param name="title">The workspace title.</param>
<param name="collections">The collection the workspace contains.</param>
</member>
<member name="P:System.ServiceModel.Syndication.Workspace.AttributeExtensions">
<summary>Gets a collection of attribute extensions.</summary>
<returns>
Returns <see cref="T:System.Collections.Generic.Dictionary`2" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Workspace.BaseUri">
<summary>Gets and sets the base URI for the <see cref="T:System.ServiceModel.Syndication.Workspace" /> instance.</summary>
<returns>
Returns <see cref="T:System.Uri" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Workspace.Collections">
<summary>Gets the collection associated with the workspace.</summary>
<returns>
Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.CreateResourceCollection">
<summary>Creates a new <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.ResourceCollectionInfo" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Workspace.ElementExtensions">
<summary>Gets the element extensions contained within the <see cref="T:System.ServiceModel.Syndication.Workspace" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection" />.
</returns>
</member>
<member name="P:System.ServiceModel.Syndication.Workspace.Title">
<summary>The title of the <see cref="T:System.ServiceModel.Syndication.Workspace" /> instance.</summary>
<returns>
Returns <see cref="T:System.ServiceModel.Syndication.TextSyndicationContent" />.
</returns>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.TryParseAttribute(System.String,System.String,System.String,System.String)">
<summary>Attempts to parse an attribute extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="name">The name of the element.</param>
<param name="ns">The namespace of the element.</param>
<param name="value">The attribute to parse.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.TryParseElement(System.Xml.XmlReader,System.String)">
<summary>Attempts to parse an element extension.</summary>
<returns>
Returns <see cref="T:System.Boolean" />.
</returns>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> to read from.</param>
<param name="version">The syndication version to use when parsing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the attribute extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="M:System.ServiceModel.Syndication.Workspace.WriteElementExtensions(System.Xml.XmlWriter,System.String)">
<summary>Writes the element extensions to the specified <see cref="T:System.Xml.XmlWriter" /> using the specified syndication version.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param>
<param name="version">The syndication version to use when writing.</param>
</member>
<member name="T:System.ServiceModel.Web.IncomingWebRequestContext">
<summary>Provides programmatic access to the context of the incoming Web request.</summary>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.Accept">
<summary>Gets the Accept header value from the incoming Web request.</summary>
<returns>The Accept header from the incoming Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.ContentLength">
<summary>Gets the ContentLength header value of the incoming Web request.</summary>
<returns>The ContentLength header of the incoming Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.ContentType">
<summary>Gets the ContentType header value from the incoming Web request.</summary>
<returns>The ContentType header from the incoming Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.Headers">
<summary>Gets the headers for the incoming Web request.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> instance that contains the headers of the incoming Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.Method">
<summary>Gets the HTTP method of the incoming Web request.</summary>
<returns>The HTTP method of the incoming Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.UriTemplateMatch">
<summary>Gets and sets the <see cref="T:System.UriTemplateMatch" /> instance created during the dispatch of the incoming Web request.</summary>
<returns>A <see cref="T:System.UriTemplateMatch" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebRequestContext.UserAgent">
<summary>Gets the UserAgent header value from the incoming Web request.</summary>
<returns>The UserAgent header from the incoming Web request.</returns>
</member>
<member name="T:System.ServiceModel.Web.IncomingWebResponseContext">
<summary>Provides programmatic access to the context of the incoming Web response.</summary>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.ContentLength">
<summary>Gets the content length header from the incoming Web response.</summary>
<returns>The content length of the incoming Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.ContentType">
<summary>Gets the content type header from the incoming Web response.</summary>
<returns>The content type header of the incoming Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.ETag">
<summary>Gets the etag header from the incoming Web response.</summary>
<returns>The etag header of the incoming Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.Headers">
<summary>Gets the headers from the incoming Web response.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> instance that contains the headers from the incoming Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.Location">
<summary>Gets the location header from the incoming Web response.</summary>
<returns>The location header from the incoming Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.StatusCode">
<summary>Gets the status code of the incoming Web response.</summary>
<returns>A <see cref="T:System.Net.HttpStatusCode" /> instance that contains the status code of the incoming Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.IncomingWebResponseContext.StatusDescription">
<summary>Gets the status description of the incoming Web response.</summary>
<returns>The status description of the incoming Web response.</returns>
</member>
<member name="T:System.ServiceModel.Web.OutgoingWebRequestContext">
<summary>Provides programmatic access to the context of the outgoing Web request.</summary>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.Accept">
<summary>Gets and sets the Accept header value from the outgoing Web request.</summary>
<returns>The Accept header from the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.ContentLength">
<summary>Gets and sets the content length header value of the outgoing Web request.</summary>
<returns>The content length header of the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.ContentType">
<summary>Gets and sets the content type header value from the outgoing Web request.</summary>
<returns>The content type header from the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.Headers">
<summary>Gets the headers for the outgoing Web request.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> instance that contains the headers of the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.IfMatch">
<summary>Gets and sets the IfMatch header value from the outgoing Web request.</summary>
<returns>The IfMatch header from the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.IfModifiedSince">
<summary>Gets and sets the IfModifiedSince header value from the outgoing Web request.</summary>
<returns>The IfModifiedSince header from the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.IfNoneMatch">
<summary>Gets and sets the IfNoneMatch header value from the outgoing Web request.</summary>
<returns>The IfNoneMatch header from the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.IfUnmodifiedSince">
<summary>Gets and sets the IfUnmodifiedSince header value from the outgoing Web request.</summary>
<returns>The IfUnmodifiedSince header from the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.Method">
<summary>Gets the HTTP method of the outgoing Web request.</summary>
<returns>The HTTP method of the outgoing Web request.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.SuppressEntityBody">
<summary>Gets a value that indicates whether Windows Communication Foundation (WCF) omits data that is normally written to the entity body of the response and forces an empty response to be returned.</summary>
<returns>If true, WCF omits any data that is normally written to the entity body of the response and forces an empty response to be returned.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebRequestContext.UserAgent">
<summary>Gets the user agent header value from the outgoing Web request.</summary>
<returns>The user agent header from the outgoing Web request.</returns>
</member>
<member name="T:System.ServiceModel.Web.OutgoingWebResponseContext">
<summary>Provides programmatic access to the context of the outgoing Web response.</summary>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.ContentLength">
<summary>Gets and sets the content length header from the outgoing Web response.</summary>
<returns>The content length header of the outgoing Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.ContentType">
<summary>Gets and sets the content type header from the outgoing Web response.</summary>
<returns>The content type header of the outgoing Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.ETag">
<summary>Gets and sets the etag header from the outgoing Web response.</summary>
<returns>The etag header of the outgoing Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.Headers">
<summary>Gets the headers from the outgoing Web response.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> instance that contains the headers from the outgoing Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.LastModified">
<summary>Gets and sets the last modified header of the outgoing Web response.</summary>
<returns>A <see cref="T:System.DateTime" /> instance that contains the time the requested resource was last modified.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.Location">
<summary>Gets and sets the location header from the outgoing Web response.</summary>
<returns>The location header from the outgoing Web response.</returns>
</member>
<member name="M:System.ServiceModel.Web.OutgoingWebResponseContext.SetStatusAsCreated(System.Uri)">
<summary>Sets the HTTP status code of the outgoing Web response to <see cref="F:System.Net.HttpStatusCode.Created" /> and sets the Location header to the provided URI.</summary>
<param name="locationUri">The <see cref="T:System.Uri" /> instance to the requested resource.</param>
</member>
<member name="M:System.ServiceModel.Web.OutgoingWebResponseContext.SetStatusAsNotFound">
<summary>Sets the HTTP status code of the outgoing Web response to <see cref="F:System.Net.HttpStatusCode.NotFound" />.</summary>
</member>
<member name="M:System.ServiceModel.Web.OutgoingWebResponseContext.SetStatusAsNotFound(System.String)">
<summary>Sets the HTTP status code of the outgoing Web response to <see cref="F:System.Net.HttpStatusCode.NotFound" /> with the specified description.</summary>
<param name="description">The description of status.</param>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.StatusCode">
<summary>Gets and sets the status code of the outgoing Web response.</summary>
<returns>An <see cref="T:System.Net.HttpStatusCode" /> instance that contains the status code of the outgoing Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.StatusDescription">
<summary>Gets and sets the status description of the outgoing Web response.</summary>
<returns>The status description of the outgoing Web response.</returns>
</member>
<member name="P:System.ServiceModel.Web.OutgoingWebResponseContext.SuppressEntityBody">
<summary>Gets and sets a value that indicates whether Windows Communication Foundation (WCF) omits data that is normally written to the entity body of the response and forces an empty response to be returned.</summary>
<returns>If true, WCF omits any data that is normally written to the entity body of the response and forces an empty response to be returned. The default value is false.</returns>
</member>
<member name="T:System.ServiceModel.Web.WebChannelFactory`1">
<summary>A class for accessing Windows Communication Foundation (WCF) Web services on a client.</summary>
<typeparam name="TChannel">The type of channel to create.</typeparam>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class.</summary>
<param name="binding">The binding to use when creating the channel.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class with the specified binding and <see cref="T:System.Uri" />.</summary>
<param name="binding">The binding to use.</param>
<param name="remoteAddress">The URI of the Web service that is called.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class.</summary>
<param name="endpoint">The endpoint to use when creating the channel.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class.</summary>
<param name="endpointConfigurationName">The name within the application configuration file where the channel is configured.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.String,System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class with the specified endpoint configuration and <see cref="T:System.Uri" />.</summary>
<param name="endpointConfigurationName">The name within the application configuration file where the channel is configured.</param>
<param name="remoteAddress">The URI of the Web service that is called.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class.</summary>
<param name="channelType">The channel type to use.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.#ctor(System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> class with the specified <see cref="T:System.Uri" />.</summary>
<param name="remoteAddress">The URI of the Web service that is called.</param>
</member>
<member name="M:System.ServiceModel.Web.WebChannelFactory`1.OnOpening">
<summary>This method is called when the <see cref="T:System.ServiceModel.Web.WebChannelFactory`1" /> is opened.</summary>
</member>
<member name="T:System.ServiceModel.Web.WebGetAttribute">
<summary>Indicates that a service operation is logically a retrieval operation and that it can be called by the Web programming model.</summary>
</member>
<member name="M:System.ServiceModel.Web.WebGetAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebGetAttribute" /> class.</summary>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.BodyStyle">
<summary>Gets and sets the body style of the messages that are sent to and from the service operation.</summary>
<returns>One of the <see cref="T:System.ServiceModel.Web.WebMessageBodyStyle" /> enumeration values.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.IsBodyStyleSetExplicitly">
<summary>Gets the <see cref="P:System.ServiceModel.Web.WebGetAttribute.IsBodyStyleSetExplicitly" /> property.</summary>
<returns>A value that specifies whether the <see cref="P:System.ServiceModel.Web.WebGetAttribute.BodyStyle" /> property is set.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.IsRequestFormatSetExplicitly">
<summary>Gets the <see cref="P:System.ServiceModel.Web.WebGetAttribute.IsRequestFormatSetExplicitly" /> property.</summary>
<returns>A value that specifies whether the <see cref="P:System.ServiceModel.Web.WebGetAttribute.RequestFormat" /> property was set.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.IsResponseFormatSetExplicitly">
<summary>Gets the <see cref="P:System.ServiceModel.Web.WebGetAttribute.IsResponseFormatSetExplicitly" /> property.</summary>
<returns>A value that specifies whether the <see cref="P:System.ServiceModel.Web.WebGetAttribute.ResponseFormat" /> property was set.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.RequestFormat">
<summary>Gets and sets the <see cref="P:System.ServiceModel.Web.WebGetAttribute.RequestFormat" /> property.</summary>
<returns>One of the <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> enumeration values.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.ResponseFormat">
<summary>Gets and sets the <see cref="P:System.ServiceModel.Web.WebGetAttribute.ResponseFormat" /> property.</summary>
<returns>One of the <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> enumeration values.</returns>
</member>
<member name="M:System.ServiceModel.Web.WebGetAttribute.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
<param name="bindingParameters">A collection of binding parameters.</param>
</member>
<member name="M:System.ServiceModel.Web.WebGetAttribute.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
<param name="clientOperation">The client operation.</param>
</member>
<member name="M:System.ServiceModel.Web.WebGetAttribute.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
<param name="dispatchOperation">The operation to dispatch to.</param>
</member>
<member name="M:System.ServiceModel.Web.WebGetAttribute.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.Validate(System.ServiceModel.Description.OperationDescription)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
</member>
<member name="P:System.ServiceModel.Web.WebGetAttribute.UriTemplate">
<summary>Gets and sets the Uniform Resource Identifier (URI) template for the service operation.</summary>
<returns>The URI template for the service operation.</returns>
</member>
<member name="T:System.ServiceModel.Web.WebInvokeAttribute">
<summary>Indicates a service operation is logically an invoke operation and that it can be called by the Web programming model.</summary>
</member>
<member name="M:System.ServiceModel.Web.WebInvokeAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebGetAttribute" /> class.</summary>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.BodyStyle">
<summary>Gets and sets the body style of the messages that are sent to and from the service operation.</summary>
<returns>One of the <see cref="T:System.ServiceModel.Web.WebMessageBodyStyle" /> enumeration values.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.IsBodyStyleSetExplicitly">
<summary>Gets the <see cref="P:System.ServiceModel.Web.WebInvokeAttribute.IsBodyStyleSetExplicitly" /> property.</summary>
<returns>A value that specifies whether the <see cref="P:System.ServiceModel.Web.WebGetAttribute.BodyStyle" /> property was set explicitly.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.IsRequestFormatSetExplicitly">
<summary>Gets the <see cref="P:System.ServiceModel.Web.WebInvokeAttribute.IsRequestFormatSetExplicitly" /> property.</summary>
<returns>A value that specifies whether the <see cref="P:System.ServiceModel.Web.WebGetAttribute.RequestFormat" /> property was set.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.IsResponseFormatSetExplicitly">
<summary>Gets the <see cref="P:System.ServiceModel.Web.WebInvokeAttribute.IsResponseFormatSetExplicitly" /> property.</summary>
<returns>A value that specifies whether the <see cref="P:System.ServiceModel.Web.WebGetAttribute.ResponseFormat" /> property was set.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.Method">
<summary>Gets and sets the protocol (for example HTTP) method the service operation responds to.</summary>
<returns>The protocol method associated with the operation.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.RequestFormat">
<summary>Gets and sets the <see cref="P:System.ServiceModel.Web.WebInvokeAttribute.RequestFormat" /> property.</summary>
<returns>One of the <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> enumeration values.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.ResponseFormat">
<summary>Gets and sets the <see cref="P:System.ServiceModel.Web.WebInvokeAttribute.ResponseFormat" /> property.</summary>
<returns>One of the <see cref="T:System.ServiceModel.Web.WebMessageFormat" /> enumeration values.</returns>
</member>
<member name="M:System.ServiceModel.Web.WebInvokeAttribute.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
<param name="bindingParameters">A collection of binding parameters.</param>
</member>
<member name="M:System.ServiceModel.Web.WebInvokeAttribute.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
<param name="clientOperation">The client operation.</param>
</member>
<member name="M:System.ServiceModel.Web.WebInvokeAttribute.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
<param name="dispatchOperation">The operation to dispatch to.</param>
</member>
<member name="M:System.ServiceModel.Web.WebInvokeAttribute.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)">
<summary>Implements the <see cref="M:System.ServiceModel.Description.IOperationBehavior.Validate(System.ServiceModel.Description.OperationDescription)" /> method.</summary>
<param name="operationDescription">The operation description.</param>
</member>
<member name="P:System.ServiceModel.Web.WebInvokeAttribute.UriTemplate">
<summary>The Uniform Resource Identifier (URI) template for the service operation.</summary>
<returns>The URI template for the service operation.</returns>
</member>
<member name="T:System.ServiceModel.Web.WebMessageBodyStyle">
<summary>An enumeration that specifies whether to wrap parameter and return values.</summary>
</member>
<member name="F:System.ServiceModel.Web.WebMessageBodyStyle.Bare">
<summary>Both requests and responses are not wrapped.</summary>
</member>
<member name="F:System.ServiceModel.Web.WebMessageBodyStyle.Wrapped">
<summary>Both requests and responses are wrapped.</summary>
</member>
<member name="F:System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest">
<summary>Requests are wrapped, responses are not wrapped.</summary>
</member>
<member name="F:System.ServiceModel.Web.WebMessageBodyStyle.WrappedResponse">
<summary>Responses are wrapped, requests are not wrapped.</summary>
</member>
<member name="T:System.ServiceModel.Web.WebMessageFormat">
<summary>An enumeration that specifies the format of Web messages.</summary>
</member>
<member name="F:System.ServiceModel.Web.WebMessageFormat.Xml">
<summary>The XML format.</summary>
</member>
<member name="F:System.ServiceModel.Web.WebMessageFormat.Json">
<summary>The JavaScript Object Notation (JSON) format.</summary>
</member>
<member name="T:System.ServiceModel.Web.WebOperationContext">
<summary>A helper class that provides easy access to contextual properties of Web requests and responses.</summary>
</member>
<member name="M:System.ServiceModel.Web.WebOperationContext.#ctor(System.ServiceModel.OperationContext)">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebOperationContext" /> class with the specified <see cref="T:System.ServiceModel.OperationContext" /> instance.</summary>
<param name="operationContext">The operation context.</param>
</member>
<member name="M:System.ServiceModel.Web.WebOperationContext.Attach(System.ServiceModel.OperationContext)">
<summary>Attaches the current <see cref="T:System.ServiceModel.Web.WebOperationContext" /> instance to the specified <see cref="T:System.ServiceModel.OperationContext" /> instance.</summary>
<param name="owner">The <see cref="T:System.ServiceModel.OperationContext" /> to attach to.</param>
</member>
<member name="P:System.ServiceModel.Web.WebOperationContext.Current">
<summary>Gets the current Web operation context.</summary>
<returns>A <see cref="T:System.ServiceModel.Web.WebOperationContext" /> instance.</returns>
</member>
<member name="M:System.ServiceModel.Web.WebOperationContext.Detach(System.ServiceModel.OperationContext)">
<summary>Detaches the current <see cref="T:System.ServiceModel.Web.WebOperationContext" /> instance from the specified <see cref="T:System.ServiceModel.OperationContext" /> instance.</summary>
<param name="owner">The <see cref="T:System.ServiceModel.OperationContext" /> to detach from.</param>
</member>
<member name="P:System.ServiceModel.Web.WebOperationContext.IncomingRequest">
<summary>Gets the Web request context for the request being received.</summary>
<returns>An <see cref="T:System.ServiceModel.Web.IncomingWebRequestContext" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebOperationContext.IncomingResponse">
<summary>Gets the Web response context for the request being received.</summary>
<returns>An <see cref="T:System.ServiceModel.Web.IncomingWebResponseContext" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebOperationContext.OutgoingRequest">
<summary>Gets the Web request context for the request being sent.</summary>
<returns>An <see cref="T:System.ServiceModel.Web.OutgoingWebRequestContext" /> instance.</returns>
</member>
<member name="P:System.ServiceModel.Web.WebOperationContext.OutgoingResponse">
<summary>Gets the Web response context for the response being sent.</summary>
<returns>An <see cref="T:System.ServiceModel.Web.OutgoingWebResponseContext" /> instance.</returns>
</member>
<member name="T:System.ServiceModel.Web.WebServiceHost">
<summary>A <see cref="T:System.ServiceModel.ServiceHost" /> derived class that compliments the Windows Communication Foundation (WCF) Web programming model.</summary>
</member>
<member name="M:System.ServiceModel.Web.WebServiceHost.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebServiceHost" /> class.</summary>
</member>
<member name="M:System.ServiceModel.Web.WebServiceHost.#ctor(System.Object,System.Uri[])">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebServiceHost" /> class with the specified singleton server instance and base address.</summary>
<param name="singletonInstance">A service instance to be used as the singleton instance.</param>
<param name="baseAddresses">The base address of the service.</param>
</member>
<member name="M:System.ServiceModel.Web.WebServiceHost.#ctor(System.Type,System.Uri[])">
<summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Web.WebServiceHost" /> class with the specified service type and base address.</summary>
<param name="serviceType">The service type.</param>
<param name="baseAddresses">The base address of the service.</param>
</member>
<member name="M:System.ServiceModel.Web.WebServiceHost.OnOpening">
<summary>Called when the <see cref="T:System.ServiceModel.Web.WebServiceHost" /> instance opens.</summary>
</member>
</members>
</doc>