Table of Contents

Class RequestFieldKeyUlongExtensions

Namespace
IceRpc
Assembly
IceRpc.dll

Provides an extension method for creating a RequestFieldKey from an ulong.

public static class RequestFieldKeyUlongExtensions
Inheritance
RequestFieldKeyUlongExtensions
Inherited Members

Remarks

The Slice compiler generated this static class from the Slice enum IceRpc::RequestFieldKey.

Methods

AsRequestFieldKey(ulong)

Converts a ulong into the corresponding RequestFieldKey enumerator.

public static RequestFieldKey AsRequestFieldKey(this ulong value)

Parameters

value ulong

The value being converted.

Returns

RequestFieldKey

The enumerator.