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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









HttpBinding

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

Represents an extensibility element added to the WSDL
<binding> element, which allows information
to be transmitted by HTTP. The Verb property is a
string that can have three values: an empty string (the default),
"POST" (which specifies that
requests will use HTTP POST), or
"GET" (which specifies that
requests will use HTTP GET).

public sealed class 

HttpBinding : ServiceDescriptionFormatExtension {
// Public Constructors
public

HttpBinding ( );
// Public Static Fields
public const string

Namespace ; // =http://schemas.xmlsoap.org/wsdl/http/
// Public Instance Properties
public string

Verb {set; get; }
}



Hierarchy


System.Object
ServiceDescriptionFormatExtension
HttpBinding


/ 873