0
Answer

NULL VALUES RECEIVED AT SERVER

Fadi Yoosuf

Fadi Yoosuf

15y
2.4k
1
hi

I am passing a class called LogInfo from client to server using WCF.

I have marked members of LogInfo class using DataMember attribute and LogInfo class itself with DataContract attribute.

But at the server, values passed are not received. They are null. I mean the loginfo members are null.

What may be the reason??

thanks and regards
Fadi Yoosuf