EasyUA Reference
ApplyClientBehavior Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceMessageContextMessageInspector Class : ApplyClientBehavior Method

endpoint
The endpoint that is to be customized.
clientRuntime
The client runtime to be customized.

Glossary Item Box

Implements a modification or extension of the client across an endpoint.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServiceMessageContextMessageInspector
Dim endpoint As ServiceEndpoint
Dim clientRuntime As ClientRuntime
 
instance.ApplyClientBehavior(endpoint, clientRuntime)
C# 
public void ApplyClientBehavior( 
   ServiceEndpoint endpoint,
   ClientRuntime clientRuntime
)

Parameters

endpoint
The endpoint that is to be customized.
clientRuntime
The client runtime to be customized.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.