 |
ParameterKind Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the method parameters type.
Namespace:
WeroSoft.Communication.Http
Assembly:
WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic enum ParameterKind
Remarks
The parameter kind is used internally on client and server side used for optimizing
handling of parameter.
Members
| Member name | Value | Description |
---|
| Uri | 0 |
Defines a parameter transmitted as part of the URI.
|
| RequestData | 1 |
Defines a parameter transmitted by the HTTP body.
|
| QueryString | 2 |
Defines a parameter transmitted by the query string.
|
| Header | 3 |
Defines a parameter transmitted by the header.
|
See Also