WebClientProtocol Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| ConnectionGroupName |
Gets or sets the name of the connection group for the request.
|
| Container |
Gets the IContainer that contains the Component.
(inherited from
Component)
|
| Credentials |
Gets or sets security credentials for XML Web service client authentication.
|
| PreAuthenticate |
Gets or sets whether pre-authentication is enabled.
|
| RequestEncoding |
The Encoding used to make the client request to the XML Web service.
|
| Site |
Gets or sets the ISite of the Component.
(inherited from
Component)
|
| Timeout |
Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds).
|
| Url |
Gets or sets the base URL of the XML Web service the client is requesting.
|
| UseDefaultCredentials |
Gets or sets a value that indicates whether to set the Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.
|
| Name | Description | |
|---|---|---|
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(inherited from
Component)
|
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(inherited from
Component)
|
| Events |
Gets the list of event handlers that are attached to this Component.
(inherited from
Component)
|
Community Additions
ADD
Show: