DiscoveryClientResult

DiscoveryClientResult

System.Web.Services.Discovery (system.web.services.dll)sealed class

This class represents some of the details in a discovery document reference. It's used in conjunction with the DiscoveryClientProtocol.WriteAll( ) method, which writes the references from multiple discovery documents to disk in one batch operation, and summarizes the results with a collection of DiscoveryClientResult objects. You can use the Filename property to determine the file that the corresponding discovery reference is saved in.

public sealed class DiscoveryClientResult { // Public Constructors    public DiscoveryClientResult( );    public DiscoveryClientResult(Type referenceType, string url, string filename); // Public Instance Properties    public string Filename{set; get; }    public string ReferenceTypeName{set; get; }    public string Url{set; get; } }

Returned By

DiscoveryClientResultCollection.this

Passed To

DiscoveryClientResultCollection.{Add( ), Contains( ), Remove( ), this}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net