Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public enum ParameterKind
Remarks
The parameter kind is used internally on client and server side used for optimizing handling of parameter.
Members
  Member nameValueDescription
Uri0 Defines a parameter transmitted as part of the URI.
RequestData1 Defines a parameter transmitted by the HTTP body.
QueryString2 Defines a parameter transmitted by the query string.
Header3 Defines a parameter transmitted by the header.
See Also