Class ConnectionInfo
Inheritance
System.Object
ConnectionInfo
Inherited Members
AltV.Net.Shared.Elements.Entities.SharedBaseObject.SetMetaData(Dictionary<, >)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.dll
Syntax
public class ConnectionInfo : BaseObject, IInternalBaseObject, IConnectionInfo, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
ConnectionInfo(ICore, IntPtr, UInt32)
Declaration
public ConnectionInfo(ICore core, IntPtr nativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
System.IntPtr |
nativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
AuthToken
Declaration
public string AuthToken { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Branch
Declaration
public string Branch { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CdnUrl
Declaration
public string CdnUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CloudAuthResult
Declaration
public CloudAuthResult CloudAuthResult { get; }
Property Value
|
Improve this Doc
View Source
CloudId
Declaration
public string CloudId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ConnectionInfoNativePointer
Declaration
public IntPtr ConnectionInfoNativePointer { get; }
Property Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
DiscordUserId
Declaration
public long DiscordUserId { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
HardwareIdExHash
Declaration
public ulong HardwareIdExHash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
HardwareIdHash
Declaration
public ulong HardwareIdHash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
Ip
Declaration
public string Ip { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsAccepted
Declaration
public bool IsAccepted { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDebug
Declaration
public bool IsDebug { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Overrides
|
Improve this Doc
View Source
PasswordHash
Declaration
public ulong PasswordHash { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
SocialId
Declaration
public ulong SocialId { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
SocialName
Declaration
public string SocialName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VersionMajor
Declaration
public ushort VersionMajor { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
VersionMinor
Declaration
public ushort VersionMinor { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
Accept(Boolean)
Declaration
public void Accept(bool sendNames = true)
Parameters
Type |
Name |
Description |
System.Boolean |
sendNames |
|
|
Improve this Doc
View Source
Decline(String)
Declaration
public void Decline(string reason)
Parameters
Type |
Name |
Description |
System.String |
reason |
|
|
Improve this Doc
View Source
GetId(IntPtr)
Declaration
public static uint GetId(IntPtr pointer)
Parameters
Type |
Name |
Description |
System.IntPtr |
pointer |
|
Returns
Type |
Description |
System.UInt32 |
|
Implements