EasyUA Reference
SecureChannelContext Constructor
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > SecureChannelContext Class : SecureChannelContext Constructor

secureChannelId
The secure channel identifier.
endpointDescription
The endpoint description.
messageEncoding
The message encoding.

Glossary Item Box

Initializes a new instance with the specified property values.

Syntax

Visual Basic (Usage)Copy Code
Dim secureChannelId As String
Dim endpointDescription As EndpointDescription
Dim messageEncoding As RequestEncoding
 
Dim instance As New SecureChannelContext(secureChannelId, endpointDescription, messageEncoding)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.