Will changing an Object signature break a WCF method call using that Object?
        Posted  
        
            by myotherme
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by myotherme
        
        
        
        Published on 2010-03-26T13:18:58Z
        Indexed on 
            2010/03/26
            13:23 UTC
        
        
        Read the original article
        Hit count: 303
        
wcf
If I have an object that holds the parameters for my method. I need to change the Object to have an additional property. I have full control over the server, but not over all of the clients. Will this change make those clients break?
I am using a self-hosted service with a binary endpoint.
I am new to WCF so my apologies if this is a silly question.
© Stack Overflow or respective owner