Table of Contents

Struct HTTPRequestHandle

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
public readonly struct HTTPRequestHandle : IEquatable<HTTPRequestHandle>, IComparable<HTTPRequestHandle>
Implements
Inherited Members

Constructors

HTTPRequestHandle(uint)

public HTTPRequestHandle(uint id)

Parameters

id uint

Properties

Id

The underlying value.

public uint Id { get; }

Property Value

uint

Invalid

The invalid id.

public static uint Invalid { get; }

Property Value

uint

IsValid

True if not Invalid.

public bool IsValid { get; }

Property Value

bool

Methods

CompareTo(HTTPRequestHandle)

Value-based comparison.

public int CompareTo(HTTPRequestHandle other)

Parameters

other HTTPRequestHandle

Returns

int

Equals(HTTPRequestHandle)

Value-based equality.

public bool Equals(HTTPRequestHandle other)

Parameters

other HTTPRequestHandle

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(HTTPRequestHandle, HTTPRequestHandle)

Value-based equality.

public static bool operator ==(HTTPRequestHandle left, HTTPRequestHandle right)

Parameters

left HTTPRequestHandle
right HTTPRequestHandle

Returns

bool

operator >(HTTPRequestHandle, HTTPRequestHandle)

Value-based comparison.

public static bool operator >(HTTPRequestHandle left, HTTPRequestHandle right)

Parameters

left HTTPRequestHandle
right HTTPRequestHandle

Returns

bool

operator >=(HTTPRequestHandle, HTTPRequestHandle)

Value-based comparison.

public static bool operator >=(HTTPRequestHandle left, HTTPRequestHandle right)

Parameters

left HTTPRequestHandle
right HTTPRequestHandle

Returns

bool

operator !=(HTTPRequestHandle, HTTPRequestHandle)

Value-based equality.

public static bool operator !=(HTTPRequestHandle left, HTTPRequestHandle right)

Parameters

left HTTPRequestHandle
right HTTPRequestHandle

Returns

bool

operator <(HTTPRequestHandle, HTTPRequestHandle)

Value-based comparison.

public static bool operator <(HTTPRequestHandle left, HTTPRequestHandle right)

Parameters

left HTTPRequestHandle
right HTTPRequestHandle

Returns

bool

operator <=(HTTPRequestHandle, HTTPRequestHandle)

Value-based comparison.

public static bool operator <=(HTTPRequestHandle left, HTTPRequestHandle right)

Parameters

left HTTPRequestHandle
right HTTPRequestHandle

Returns

bool