Skip to content

ERPConnect.RFCServer.AuthorizingEventArgs

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

Arguments for OnAuthorizing event

public sealed class RFCServer.AuthorizingEventArgs : EventArgs

Inheritance

objectEventArgsRFCServer.AuthorizingEventArgs

Inherited Members

EventArgs.Empty, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

FunctionName

public string FunctionName { get; }

Property Value

string

HostName

public string HostName { get; }

Property Value

string

IsAuthorized

public bool IsAuthorized { get; set; }

Property Value

bool

ProgramName

public string ProgramName { get; }

Property Value

string

SID

public string SID { get; }

Property Value

string

SystemNumber

public string SystemNumber { get; }

Property Value

string

Username

public string Username { get; }

Property Value

string