NGWS Messages |
- Channels
- A channel provides point to point communication of messages out of and into AppDomains
- Pluggable
- Sender and Receiver can be indepdent
- No assumption of what is at the other end (could be a PERL script!)
|
- Pluggable Channels
|
- Pluggable Formatters
|
- HTTP Channel
- Client – System.Net
- Server – System.Net
- Server - ASP+ Listener
- SOAP Formatter
- POST, M-POST
|
- TCP channel
- Client – System.Net
- Server – System.Net
- Binary Formatter
|
- 3rd parties can write own Channels
|