Table of Contents

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

SessionKey

Guid

public Guid Guid { get; }

Property Value

Guid

Methods

Equals(object)

public override bool Equals(object o)

Parameters

o object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

NewGuid()

public static SessionKey NewGuid()

Returns

SessionKey

ToByteArray()

public byte[] ToByteArray()

Returns

byte[]

ToString()

public override string ToString()

Returns

string

Operators

operator ==(SessionKey, SessionKey)

public static bool operator ==(SessionKey a, SessionKey b)

Parameters

a SessionKey
b SessionKey

Returns

bool

operator !=(SessionKey, SessionKey)

public static bool operator !=(SessionKey a, SessionKey b)

Parameters

a SessionKey
b SessionKey

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).