XdsObjects Help file
XdsObjects Namespace / XuaMessageHeader Class / XuaMessageHeader Constructor
A method that retrieves the security token



XuaMessageHeader Constructor
The Constructor that takes a method which retrieves the security token
Syntax
Public Function New( _
   ByVal Security As Func(Of String) _
)
Dim Security As Func(Of String)
 
Dim instance As New XuaMessageHeader(Security)
public XuaMessageHeader( 
   Func<string> Security
)
public:
XuaMessageHeader( 
   Func<String^>^ Security
)

Parameters

Security
A method that retrieves the security token
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