Table of Contents

Class DefaultServicePathAttribute

Namespace
IceRpc
Assembly
IceRpc.dll

Assigns a default service path to an interface.

[AttributeUsage(AttributeTargets.Interface, Inherited = false)]
public sealed class DefaultServicePathAttribute : Attribute
Inheritance
DefaultServicePathAttribute
Inherited Members

Constructors

DefaultServicePathAttribute(string)

Constructs a default service path attribute.

public DefaultServicePathAttribute(string value)

Parameters

value string

The default service path.

Properties

Value

Gets the default service path.

public string Value { get; }

Property Value

string

The default service path.