Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は WCF サービスがREST Messaging protocolを使用して書いています。私の WCF サービスは TCP/IP トランスポートとも互換性があるというのは正しいですか? (とにかくデフォルトではHTTPです)
まず、REST はプロトコルではなく、HTTP プロトコルで採用されているアーキテクチャ スタイルです。これを念頭に置くと、OSI スタックの HTTP アプリケーション層に依存するため、基本的に、上記の HTTP を実装したネットワーク層 (つまり TCP/IP) は、RESTful な方法でのインターフェースに使用できます。