OpcRequestProcessingEventArgs Members

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcRequestProcessingEventArgs type exposes the following members.

OpcRequestProcessingEventArgs(OpcContext, IOpcServiceRequest)

C#

public OpcRequestProcessingEventArgs(OpcContext context, IOpcServiceRequest request)


Parameters

context OpcContext


request IOpcServiceRequest



Exceptions

ArgumentNullException


Context

C#

public OpcContext Context { get; }


Property Value

OpcContext

Request

C#

public IOpcServiceRequest Request { get; }


Property Value

IOpcServiceRequest