What is the correct way to implement GetProperty<T> on a MessageEncoder?
        Posted  
        
            by Programming Hero
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Programming Hero
        
        
        
        Published on 2010-04-27T07:58:48Z
        Indexed on 
            2010/04/27
            8:03 UTC
        
        
        Read the original article
        Hit count: 226
        
wcf
The GetProperty<T> method is something of a mystery for me, especially when it comes to overriding the behaviour for MessageEncoder implementations. 
Are there any guidelines to the expected behaviour for this method?
© Stack Overflow or respective owner