[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The MessageSettingstype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
CloneSettings(MessageSettings)
Clones settings between instances. This can be used to preserve settings from one message to another. Not all settings will be cloned as some are implementation-specific to a message.
CloneSettings(MessageSettings, MessageCloneOptions)
Clones settings between instances. This can be used to preserve settings from one message to another. Not all settings will be cloned as some are implementation-specific to a message.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetCommunicationPort () () () ()
Gets the communication port that should be used for communication. The port that is returned depends on the setting for SecurityMode. If a specific override is required, use GetCommunicationPort(MessageSecurityMode)instead.
GetCommunicationPort(MessageSecurityMode)
Gets the communication port that should be used for communication. This is a hint and the actual port that should be used is specific to the implementation
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SetCommunicationPort(MessageSecurityMode, UInt16)
Sets the communication port that should be used for communication.
ToString () () () () (Inherited from Object.)

See Also