NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Transports

Key Points

NGWS Messages
  1. 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!)
  1. Pluggable Channels
  1. Pluggable Formatters
  1. HTTP Channel
    • Client – System.Net
    • Server – System.Net
    • Server - ASP+ Listener
    • SOAP Formatter
    • POST, M-POST
  1. TCP channel
    • Client – System.Net
    • Server – System.Net
    • Binary Formatter
  1. 3rd parties can write own Channels