Class IceProxyIceDecoderExtensions
- Namespace
- IceRpc.Ice.Operations
- Assembly
- IceRpc.Ice.dll
Provides extension methods for IceDecoder to decode proxies.
public static class IceProxyIceDecoderExtensions
- Inheritance
-
IceProxyIceDecoderExtensions
- Inherited Members
Methods
DecodeProxy<TProxy>(ref IceDecoder)
Decodes a proxy struct.
public static TProxy? DecodeProxy<TProxy>(this ref IceDecoder decoder) where TProxy : struct, IIceProxy
Parameters
decoderIceDecoderThe Ice decoder.
Returns
- TProxy?
The decoded proxy, or null.
Type Parameters
TProxyThe type of the proxy struct to decode.