BdcSoapHttpClientProtocol.ThrottledWebResponseType Property
Gets or sets the Web response type.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Shared Property ThrottledWebResponseType As Type
Get
Set
'Usage
Dim value As Type
value = BdcSoapHttpClientProtocol.ThrottledWebResponseType
BdcSoapHttpClientProtocol.ThrottledWebResponseType = value
public static Type ThrottledWebResponseType { get; set; }
Property Value
Type: System.Type
The Web response type.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The property is being set to a type that does not inherit from System.Net.WebResponse. |
Remarks
This property must be a type that inherits from System.Net.WebResponse and must have a constructor with System.Net.WebResponse and ILobSystemInstance as parameters.
BdcSoapHttpClientProtocol overrides the SoapHttpClientProtocol.GetWebResponse method. In the override, BdcSoapHttpClientProtocol creates an instance of ThrottledWebResponseType by passing the WebResponse (obtained through SoapHttpClientProtocol) and ILobSystemInstance.
See Also
Reference
BdcSoapHttpClientProtocol Class