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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









ServiceDescriptionImportStyleserializable

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

This enumeration is used for the
ServiceDescriptionImporter.Style property; it
specifies whether a ServiceDescriptionImporter.Import(
)
method call will be made to the server or client. When
you import to the client computer, you will receive a proxy class
with synchronous and asynchronous methods for invoking each method
within the web service, just as if .NET generated the proxy class for
you automatically. A server import, however, will generate an
abstract class with abstract members, which you must override to
provide the appropriate implementation.

public enum 

ServiceDescriptionImportStyle {

Client = 0 ,

Server = 1
}



Hierarchy


System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable
,
System.IConvertible)
ServiceDescriptionImportStyle

Returned By


ProtocolImporter.Style,
ServiceDescriptionImporter.Style

Passed To


ServiceDescriptionImporter.Style


/ 873