ContextMessageProperty.TryGet Method (MessageProperties, ContextMessageProperty%)
.NET Framework 4
Attempts to get the ContextMessageProperty from a specified collection of message properties.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public static bool TryGet( MessageProperties properties, out ContextMessageProperty contextMessageProperty )
Parameters
- properties
- Type: System.ServiceModel.Channels.MessageProperties
The MessageProperties from which the context message properties are to be retrieved.
- contextMessageProperty
- Type: System.ServiceModel.Channels.ContextMessageProperty%
When this method returns true, contextMessageProperty contains a ContextMessageProperty that contains the ContextMessageProperty that is associated with the properties. This parameter is passed uninitialized.
Return Value
Type: System.Booleantrue when a value for the ContextMessageProperty is obtained from the properties; otherwise, false.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.