TcpRequestType Enumeration
|
Note: This API is now obsolete.
TCP request types
Namespace:
Guardtime.KSI.Service.Tcp
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax[ObsoleteAttribute("Use KsiServiceRequestType instead.")]
public enum TcpRequestType
<ObsoleteAttribute("Use KsiServiceRequestType instead.")>
Public Enumeration TcpRequestType
[ObsoleteAttribute(L"Use KsiServiceRequestType instead.")]
public enum class TcpRequestType
[<ObsoleteAttribute("Use KsiServiceRequestType instead.")>]
type TcpRequestType
Members
| Member name | Value | Description |
---|
| Aggregation | 0 |
Aggregation request
|
| AggregatorConfig | 1 |
Aggregator configuration request
|
See Also