Aracılığıyla paylaş


ServiceDescriptionImporter.Style Özellik

Tanım

Değerler içeri aktarıldığında ServiceDescriptions oluşturulan kod stilini (istemci veya sunucu) belirleyen bir değeri alır veya ayarlar.

public:
 property System::Web::Services::Description::ServiceDescriptionImportStyle Style { System::Web::Services::Description::ServiceDescriptionImportStyle get(); void set(System::Web::Services::Description::ServiceDescriptionImportStyle value); };
public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get; set; }
member this.Style : System.Web.Services.Description.ServiceDescriptionImportStyle with get, set
Public Property Style As ServiceDescriptionImportStyle

Özellik Değeri

Değerlerden ServiceDescriptionImportStyle biri. Varsayılan değer: Client.

Örnekler

Aşağıdaki örnekte özelliğinin kullanımı gösterilmektedir Style .

// Generate a proxy client.
importer->Style = ServiceDescriptionImportStyle::Client;
// Generate a proxy client.
importer.Style = ServiceDescriptionImportStyle.Client;

Açıklamalar

Style özelliği olarak ayarlanırsaClient, ServiceDescriptionImporter tarafından çağrılarak açıklanan Web hizmetlerinin işlevselliğini sağlayan istemci proxy sınıfları oluşturulur.

Style özelliği olarak ServerServiceDescriptionImporter ayarlanırsa, örnek, açıklanan XML Web hizmetlerini uygulamadan işlevselliğini temsil eden soyut sınıflar oluşturur. Daha sonra bu soyut sınıflardan devralan sınıflar yazarak ve ilgili yöntemleri uygulayarak bunları uygulayabilirsiniz.

Şunlara uygulanır