TAILIEUCHUNG - murachs asp net 4 web programming with vb 2010 phần 10

Nó dạy cho bạn phát triển cách thức mà nó nên được thực hiện, sử dụng Visual Studio 2010 Phiên bản của cuốn sách này là một trong những người đầu tiên dạy cho phát triển web sử dụng Visual Studio thay vì các công cụ như Notepad. | Chapter 23 An introduction to WCF services 755 Types of bindings for endpoints Binding Description basicHttpBinding Uses SOAP over HTTP. Also supports HTTPS and optimizing data transmission using MTOM. wsHttpBinding Uses SOAP over HTTP. Also supports advanced web specifications such as reliable message transfer with WS-ReliableMessaging security with WS-Security and transactions with WS-AtomicTransaction. This binding allows interoperability with other web services that also support these specifications. mexHttpBinding Works the same as wsHttpBinding but it has security disabled. As a result this binding can provide information about the service metadata to its clients. webHttpBinding Uses HTTP or HTTPS without SOAP. It can be used in any situation where SOAP isn t needed such as if you use REST. This binding provides for several data formats including POX and JSON. netTcpBinding Uses binary-encoded SOAP directly over TCP. This binding can be used only for WCF-to-WCF communication. netNamedPipesBỉnding Uses binary-encoded SOAP over named pipes. This binding can only be used for WCF-to-WCF communication between processes on the same machine. netMamqBinding Uses binary-encoded SOAP over MSMQ Microsoft Message Queuing . This binding can only be used for WCF-to-WCF communication. Description Each endpoint that s exposed by a WCF service has a binding that determines how the service can be accessed. In particular the binding determines what combination of protocols can be used to access the service. WCF provides support for MTOM Message Transmission Optimization Mechanism a web standard for efficiently sending binary data to and from services. WCF provides support for communication protocols such as HTTP TCP Transmission Control Protocol named pipes and MSMQ Microsoft Message Queuing . WCF provides support for Representational State Transfer REST . REST has gained widespread acceptance as a simpler alternative to SOAP-based web services. WCF provides support for .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.