Table of Contents

Constructor WebMethodAttribute

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

WebMethodAttribute()

Creates an new WebMethodAttribute with no parameters.

public WebMethodAttribute()

WebMethodAttribute(string)

Creates an new WebMethodAttribute with given parameters.

public WebMethodAttribute(string methodName)

Parameters

methodName string

The method name.