|
Empeld
Empeld plugin documentation.
|
Attribute to label a method as being able to be remotely called More...
Public Member Functions | |
| RemoteAttribute () | |
| RemoteAttribute (string name) | |
| bool | AcceptsSource (RpcEndpoint source) |
| Gets whether or not a specified endpoint is accepted given the attribute security More... | |
Public Attributes | |
| readonly uint | Id |
| The address of the method More... | |
| readonly string | Name |
| The name override of the method More... | |
Properties | |
| RpcEndpoint | AllowedSource [get, set] |
| Gets or sets the allowed source. More... | |
Attribute to label a method as being able to be remotely called
Attribute: AttributeUsage(AttributeTargets.Method)
| pluginbase.Objects.Libs.Rpc.RemoteAttribute.RemoteAttribute | ( | string | name | ) |
| bool pluginbase.Objects.Libs.Rpc.RemoteAttribute.AcceptsSource | ( | RpcEndpoint | source | ) |
Gets whether or not a specified endpoint is accepted given the attribute security
true, if source was acceptsed, false otherwise.| source | Source. |
| readonly uint pluginbase.Objects.Libs.Rpc.RemoteAttribute.Id |
The address of the method
| readonly string pluginbase.Objects.Libs.Rpc.RemoteAttribute.Name |
The name override of the method
|
getset |
Gets or sets the allowed source.
The allowed source.