What are the members of the BinaryMessageFormatter class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the members of the BinaryMessageFormatter class?
Rating:
There are four members of the BinaryMessageFormatter class as follows:
- Constructor
- Public Methods
- Public Properties
- Protected Methods
| CanRead | It is used to determine whether the formatter can deserialize the contents of the message. |
| Clone | It is used to create an instance of the BinaryMessageFormatter class. |
| Equals | It is used to determine whether two object instances are equal. |
| GetHashCode | It is used to serve as a hash function for a particular type. It is suitable for hashing algorithms and data structures like a hash table. |
| GetType | It is used to get the type of the current instance. |
| Read | It is used to read the contents from the given message and creates an object that contains the deserialized message. |
| ReferenceEquals | It is used to determine whether the specified object instances are the same instance. |
| ToString | It is used to return a string that represents the current Object. |
| Write | It is used to serialize an object into the body of the message. |
Rating:
Was this information helpful?
Other articles
- What is the AccessControlEntryType enumeration?
- What is the Style attribute?
- What is XmlDocument?
- What is the PeekAction enumeration?
- What are Marshal-by-reference objects?
