On the server side, i assign Bitmap.Tag = "a string", but on client side, i always get the Tag == null. Where am i doing wrong?
Tag is not marked by [DataMember] attribute, thus it's not serialized
On the server side, i assign Bitmap.Tag = "a string", but on client side, i always get the Tag == null. Where am i doing wrong?
Tag is not marked by [DataMember] attribute, thus it's not serialized
精彩评论