Click or drag to resize

RbClientConnectResult Constructor

Constructs a new instance.

Namespace:  ff14bot.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public RbClientConnectResult(
	ServiceConnectResultType type,
	ConnectResult connectResult,
	string loginResponse
)

Parameters

type
Type: Buddy.Service.ClientServiceConnectResultType
The type.
connectResult
Type: Buddy.Networking.ClientSideConnectResult
The network connection result.
loginResponse
Type: SystemString
The login response.
See Also