SPWebProxyConfig members
Configuration class for the WebProxy service.
The SPWebProxyConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebProxyConfig | Initializes a new instance of the SPWebProxyConfig class. |
Top
Properties
Name | Description | |
---|---|---|
Current | Gets the accessor to the global SPWebProxyConfig instance. | |
MaxActiveRequestCountPerAppPerFrontEnd | Gets the maximum number of active requests per web front end (WFE) per application. | |
MaxActiveRequestCountPerFrontEnd | Gets or sets the maximum number of active requests per web front end (WFE). The default value is 100. | |
MaxResponseSize | Gets or sets the maximum number of bytes that will be accepted from an external service. The default value is 204800 (200 KB). | |
ResponseTimeout | Gets or sets the number of seconds to wait for an external service to respond. The default value is 30. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top