ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









ServiceDescriptionReflector

System.Web.Services.Description (system.web.services.dll)class

This class allows you to dynamically create a
ServiceDescription object that represents a
"live" web service. To use this
class, invoke the Reflect( ) method with the web
service URL as a string. The WSDL document for the web service will
be added to the ServiceDescriptions collection.
You can also retrieve any associated XML schemas from the
Schemas collection.

public class 

ServiceDescriptionReflector {
// Public Constructors
public

ServiceDescriptionReflector ( );
// Public Instance Properties
public XmlSchemas

Schemas {get; }
public ServiceDescriptionCollection

ServiceDescriptions {get; }
// Public Instance Methods
public void

Reflect (Type

type , string

url );
}




/ 873