RemotingClientProxy Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllowAutoRedirect | Gets or sets a value that indicates whether the automatic handling of server redirects is enabled. |
| Container | Gets the IContainer that contains the Component. (inherited from Component) |
| Cookies | This property is not currently implemented. The property returns a null reference (Nothing in Visual Basic) (Nothing in Visual Basic). |
| Domain | Gets or sets the domain name to be used for basic authentication and digest authentication. |
| EnableCookies | This property is not currently implemented. The property throws a NotSupportedException. |
| Password | Gets or sets the password to use for basic authentication and digest authentication. |
| Path | Gets or sets the base URL to the server to use for requests. |
| PreAuthenticate | Gets or sets a value that indicates whether preauthentication of requests is enabled. |
| ProxyName | Gets or sets the name of the proxy server to use for requests. |
| ProxyPort | Gets or sets the port number of the proxy server to use for requests. |
| Site | Gets or sets the ISite of the Component. (inherited from Component) |
| Timeout | Gets or sets the time-out in milliseconds to use for synchronous calls. |
| Url | Gets or sets the base URL to the server to use for requests. |
| UserAgent | Gets or sets the user agent HTTP header for the request. |
| Username | Gets or sets the user name to send for basic authentication and digest authentication. |
| 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) |