Table of Contents

Class WebNameAttribute

Namespace
Sisk.JsonRPC.Annotations
Assembly
Sisk.JsonRPC.dll

Represents an attribute which holds the class name for a group of JSON-RPC methods.

[AttributeUsage(AttributeTargets.Class)]
public sealed class WebNameAttribute : Attribute
Inheritance
WebNameAttribute
Inherited Members

Constructors

WebNameAttribute(string)

Creates an new instance of the WebMethodAttribute attribute.

Properties

Name

Gets or sets the name associated with the method group.