OpcServiceRequestHeader Members

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcServiceRequestHeader type exposes the following members.

OpcServiceRequestHeader()

C#

public OpcServiceRequestHeader()

LocalEndpoint

C#

public EndPoint LocalEndpoint { get; }


Property Value

EndPoint

RemoteEndpoint

C#

public EndPoint RemoteEndpoint { get; }


Property Value

EndPoint

TimeoutHint

C#

public long TimeoutHint { get; set; }


Property Value

Int64

Timestamp

C#

public DateTime Timestamp { get; set; }


Property Value

DateTime