IpSuperHttpClientChannel Class
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
Enhanced HTTP based channel that provides a sophisticated and flexible communication channel. It uses persistent connections to enable true asynchronous calls and server callbacks.
Namespace
Declaration (C#)
[ClientChannel] public class IpSuperHttpClientChannel : SuperHttpClientChannel;
Hierarchy
- System.ComponentModel.Component
- RemObjects.SDK.Channel
- RemObjects.SDK.ClientChannel
- RemObjects.SDK.IpSuperHttpClientChannel
- RemObjects.SDK.ClientChannel
- RemObjects.SDK.Channel
Properties
| | | |
|---|---|---|
| TargetUrl | String | The URL of the server machine. |
| UserAgent | String | The User Agent value to be transmitted to the server.
Typically this value will not affect functionality however it might show up as the "Browser Name" in the server log files. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Component | .NET
