ServerProtocolFactory.CreateIfRequestCompatible(HttpRequest) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ServerProtocolParametresi tarafından BELIRTILEN XML Web hizmeti isteğini işlemek için kullanılabilecek bir döndürür request
.
protected:
abstract System::Web::Services::Protocols::ServerProtocol ^ CreateIfRequestCompatible(System::Web::HttpRequest ^ request);
protected abstract System.Web.Services.Protocols.ServerProtocol CreateIfRequestCompatible (System.Web.HttpRequest request);
abstract member CreateIfRequestCompatible : System.Web.HttpRequest -> System.Web.Services.Protocols.ServerProtocol
Protected MustOverride Function CreateIfRequestCompatible (request As HttpRequest) As ServerProtocol
Parametreler
- request
- HttpRequest
HttpRequestWeb hizmeti isteğini temsil eder.
Döndürülenler
ServerProtocolParametresi tarafından BELIRTILEN XML Web hizmeti isteğini işlemek için kullanılabilecek request
.