Table of Contents

OpcRequestValidatedEventArgs Members

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

Constructors

OpcRequestValidatedEventArgs(OpcContext, IOpcServiceRequest, OpcRequestType)

C#

public OpcRequestValidatedEventArgs(OpcContext context, IOpcServiceRequest request, OpcRequestType requestType)


Parameters

context OpcContext


request IOpcServiceRequest


requestType OpcRequestType



Exceptions

ArgumentNullException


Properties

Context

C#

public OpcContext Context { get; }


Property Value

OpcContext

Request

C#

public IOpcServiceRequest Request { get; }


Property Value

IOpcServiceRequest

RequestType

C#

public OpcRequestType RequestType { get; }


Property Value

OpcRequestType