Struct SessionKey
- Namespace
- TaleWorlds.Diamond
- Assembly
- TaleWorlds.Diamond.dll
[DataContract]
public struct SessionKey
- Inherited Members
- Extension Methods
Constructors
SessionKey(byte[])
public SessionKey(byte[] b)
Parameters
b
byte[]
SessionKey(Guid)
public SessionKey(Guid guid)
Parameters
guid
Guid
SessionKey(string)
public SessionKey(string g)
Parameters
g
string
Properties
Empty
public static SessionKey Empty { get; }
Property Value
Guid
public Guid Guid { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object o)
Parameters
o
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
NewGuid()
public static SessionKey NewGuid()
Returns
ToByteArray()
public byte[] ToByteArray()
Returns
- byte[]
ToString()
public override string ToString()
Returns
Operators
operator ==(SessionKey, SessionKey)
public static bool operator ==(SessionKey a, SessionKey b)
Parameters
a
SessionKeyb
SessionKey
Returns
operator !=(SessionKey, SessionKey)
public static bool operator !=(SessionKey a, SessionKey b)
Parameters
a
SessionKeyb
SessionKey
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).