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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







HttpGetClientProtocolmarshal by reference, disposable

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

You can inherit from this class to create a proxy class that
communicates by using the HTTP GET protocol, which sends parameters
in the query string portion of the URL. When using this class, you
must use the corresponding HttpMethodAttribute to
bind proxy class methods to web service methods.

public class 

HttpGetClientProtocol : HttpSimpleClientProtocol {
// Public Constructors
public

HttpGetClientProtocol ( );
// Protected Instance Methods
protected override WebRequest

GetWebRequest (Uri

uri ); // overrides HttpWebClientProtocol
}



Hierarchy


System.Object
System.MarshalByRefObject

System.ComponentModel.Component(System.ComponentModel.IComponent,
System.IDisposable)

WebClientProtocol
HttpWebClientProtocol
HttpSimpleClientProtocol
HttpGetClientProtocol

/ 873