Aracılığıyla paylaş


WebRequestModuleElement.Prefix Özellik

Tanım

Geçerli Web isteği modülü için URI ön ekini alır veya ayarlar.

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("prefix", IsKey=true, IsRequired=true)]
public string Prefix { get; set; }
[<System.Configuration.ConfigurationProperty("prefix", IsKey=true, IsRequired=true)>]
member this.Prefix : string with get, set
Public Property Prefix As String

Özellik Değeri

URI ön eki içeren bir dize.

Öznitelikler

Açıklamalar

.NET Framework sürüm 2.0, aşağıdaki ön eklere sahip kaynaklar için istek oluşturan Web isteği modülleri sağlar:

  • HTTP

  • HTTPS

  • FTP

  • DOSYA

Şunlara uygulanır