MessageEncoder Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The MessageEncoder type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetProperty<T> Returns a typed object requested, if present, from the appropriate layer in the channel stack.
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone IsContentTypeSupported Returns a value that indicates whether a specified message-level content-type value is supported by the message encoder.
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone ReadMessage(ArraySegment<Byte>, BufferManager) When overridden in a derived class, reads a message from a specified buffer.
Public methodSupported by Silverlight for Windows Phone ReadMessage(Stream, Int32) When overridden in a derived class, reads a message from a specified stream.
Public methodSupported by Silverlight for Windows Phone ReadMessage(ArraySegment<Byte>, BufferManager, String) When overridden in a derived class, reads a message from a specified stream.
Public methodSupported by Silverlight for Windows Phone ReadMessage(Stream, Int32, String) When overridden in a derived class, reads a message from a specified stream.
Public methodSupported by Silverlight for Windows Phone ToString Returns the content type that is used by the message encoder. (Overrides Object.ToString().)
Public methodSupported by Silverlight for Windows Phone WriteMessage(Message, Stream) When overridden in a derived class, writes a message to a specified stream.
Public methodSupported by Silverlight for Windows Phone WriteMessage(Message, Int32, BufferManager) Writes a message less than a specified size to a byte array buffer.
Public methodSupported by Silverlight for Windows Phone WriteMessage(Message, Int32, BufferManager, Int32) When overridden in a derived class, writes a message of less than a specified size to a byte array buffer at the specified offset.

Top