Opc.Ua.Core
SetRequestContext Method



Opc.Ua Namespace > EndpointBase Class : SetRequestContext Method
The encoding.
Sets the request context for the thread.
Syntax
'Declaration
 
Protected Sub SetRequestContext( _
   ByVal encoding As RequestEncoding _
) 
 
'Usage
 
Dim instance As EndpointBase
Dim encoding As RequestEncoding
 
instance.SetRequestContext(encoding)

Parameters

encoding
The encoding.
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

EndpointBase Class
EndpointBase Members