Opc.Ua.Core
SecureChannelContext Constructor(String,EndpointDescription,RequestEncoding)



Opc.Ua Namespace > SecureChannelContext Class > SecureChannelContext Constructor : SecureChannelContext Constructor(String,EndpointDescription,RequestEncoding)
The secure channel identifier.
The endpoint description.
The message encoding.
Initializes a new instance with the specified property values.
Syntax
'Declaration
 
Public Function New( _
   ByVal secureChannelId As String, _
   ByVal endpointDescription As EndpointDescription, _
   ByVal messageEncoding As RequestEncoding _
)
'Usage
 
Dim secureChannelId As String
Dim endpointDescription As EndpointDescription
Dim messageEncoding As RequestEncoding
 
Dim instance As New SecureChannelContext(secureChannelId, endpointDescription, messageEncoding)
public SecureChannelContext( 
   string secureChannelId,
   EndpointDescription endpointDescription,
   RequestEncoding messageEncoding
)
public:
SecureChannelContext( 
   String^ secureChannelId,
   EndpointDescription^ endpointDescription,
   RequestEncoding messageEncoding
)

Parameters

secureChannelId
The secure channel identifier.
endpointDescription
The endpoint description.
messageEncoding
The message 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

SecureChannelContext Class
SecureChannelContext Members
Overload List