Table of Contents

Class UriSliceDecoderExtensions

Namespace
ZeroC.Slice
Assembly
ZeroC.Slice.dll

Provides an extension method for SliceDecoder to decode a WellKnownTypes::Uri into a Uri.

public static class UriSliceDecoderExtensions
Inheritance
UriSliceDecoderExtensions
Inherited Members

Methods

DecodeUri(ref SliceDecoder)

Decodes a URI.

public static Uri DecodeUri(this ref SliceDecoder decoder)

Parameters

decoder SliceDecoder

The Slice decoder.

Returns

Uri

The URI decoded as a Uri.