WCF-Xtensions Class Reference for .NET
EvaluationContext Property (WcfXTransportSettingsElement)






Syntax
protected System.Configuration.ContextInformation EvaluationContext {get;}
protected read-only property EvaluationContext: System.Configuration.ContextInformation; 
protected function get EvaluationContext : System.Configuration.ContextInformation
protected: __property System.Configuration.ContextInformation* get_EvaluationContext();
protected:
property System.Configuration.ContextInformation^ EvaluationContext {
   System.Configuration.ContextInformation^ get();
}
'Declaration
 
Protected ReadOnly Property EvaluationContext As System.Configuration.ContextInformation
 
'Usage
 
Dim instance As WcfXTransportSettingsElement
Dim value As System.Configuration.ContextInformation
 
value = instance.EvaluationContext
Requirements

Target Platforms: 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

See Also

Reference

WcfXTransportSettingsElement Class
WcfXTransportSettingsElement Members

Send Feedback