System.Messaging Reference (Document! X Sample)


System.Messaging Namespace : BinaryMessageFormatter Class
BinaryMessageFormatter Class Methods

For a list of all members of this type, see BinaryMessageFormatter members.

Public Methods
 NameDescription
Public MethodDetermines whether the formatter can deserialize the contents of the message.  
Public MethodCreates an instance of the BinaryMessageFormatter class whose read/write properties (the root object and type description formats) are the same as the current BinaryMessageFormatter.  
Public MethodReads the contents from the given message and creates an object that contains the deserialized message.  
Public MethodSerializes an object into the body of the message.  
Top
See Also