SettingsSection.HttpWebRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration element that controls the settings used by an HttpWebRequest object.
public:
property System::Net::Configuration::HttpWebRequestElement ^ HttpWebRequest { System::Net::Configuration::HttpWebRequestElement ^ get(); };
[System.Configuration.ConfigurationProperty("httpWebRequest")]
public System.Net.Configuration.HttpWebRequestElement HttpWebRequest { get; }
[<System.Configuration.ConfigurationProperty("httpWebRequest")>]
member this.HttpWebRequest : System.Net.Configuration.HttpWebRequestElement
Public ReadOnly Property HttpWebRequest As HttpWebRequestElement
Property Value
The configuration element that controls the maximum response header length and other settings used by an HttpWebRequest object.
- Attributes
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.