Interface IConnectionInfo
Inherited Members
AltV.Net.Shared.Elements.Entities.ISharedBaseObject.SetMetaData(Dictionary<, >)
Assembly: AltV.Net.dll
Syntax
public interface IConnectionInfo : IBaseObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
AuthToken
Declaration
string AuthToken { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Branch
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CdnUrl
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CloudAuthResult
Declaration
CloudAuthResult CloudAuthResult { get; }
Property Value
|
Improve this Doc
View Source
CloudId
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ConnectionInfoNativePointer
Declaration
IntPtr ConnectionInfoNativePointer { get; }
Property Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
DiscordUserId
Declaration
long DiscordUserId { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
HardwareIdExHash
Declaration
ulong HardwareIdExHash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
HardwareIdHash
Declaration
ulong HardwareIdHash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
Ip
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsAccepted
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDebug
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PasswordHash
Declaration
ulong PasswordHash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
SocialId
Declaration
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
SocialName
Declaration
string SocialName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Text
Declaration
string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VersionMajor
Declaration
ushort VersionMajor { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
VersionMinor
Declaration
ushort VersionMinor { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
Accept(Boolean)
Declaration
void Accept(bool sendNames = true)
Parameters
Type |
Name |
Description |
System.Boolean |
sendNames |
|
|
Improve this Doc
View Source
Decline(String)
Declaration
void Decline(string reason)
Parameters
Type |
Name |
Description |
System.String |
reason |
|