Class MethodParameter
Inheritance
MethodParameter
Assembly: Glitch9.IO.dll
Syntax
public class MethodParameter : RequestParameter
Constructors
|
Edit this page
View Source
MethodParameter(string)
Declaration
public MethodParameter(string method)
Parameters
| Type |
Name |
Description |
| string |
method |
|
Properties
|
Edit this page
View Source
IsSensitive
Declaration
public override bool IsSensitive { get; }
Property Value
Overrides
|
Edit this page
View Source
Key
Declaration
public override string Key { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
IsValid()
Declaration
public override bool IsValid()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods