Contract Inheritance

Service contract interfaces can derive from each other, enabling you to define a hierarchy of contracts. However, the ServiceContract attribute is not inheritable.

Consequently, every level  in the interface hierarchy must explicitly have the  Service
Contract attribute.

And the host can expose a single endpoint for the bottommost interface in the hierarchy.

아항~

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Alternative to IValueConvert, QuickConverter

Reflection with IDispatch-based COM objects