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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









Service

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

This class represents the WSDL <service>
element. It groups multiple related Port objects
and identifies them with a Name. To invoke a web
service method, a client sends a SOAP request identifying the
service, the port in that service, and the operation it wants
executed along with the input parameter values.

public sealed class 

Service : DocumentableItem {
// Public Constructors
public

Service ( );
// Public Instance Properties
public ServiceDescriptionFormatExtensionCollection

Extensions {get; }
public string

Name {set; get; }
public PortCollection

Ports {get; }
public ServiceDescription

ServiceDescription {get; }
}



Hierarchy


System.Object
DocumentableItem
Service

Returned By


Port.Service,
ProtocolImporter.Service,
ProtocolReflector.Service,
ServiceCollection.this,
ServiceDescriptionCollection.GetService( )

Passed To


ServiceCollection.{Add( ), Contains(
)
, CopyTo( ), IndexOf(
)
, Insert( ), Remove(
)
, this}


/ 873