Enum PipelineTransport
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
Whether a pipeline surface runs entirely in-host or ships its lowered kernel across the remote transport.
public enum PipelineTransportFields
Section titled “Fields”Local = 0
An in-host pipeline (e.g. HookPipeline, SubscriptionPipeline).
Remote = 1
A pipeline whose lowered kernel is shipped to and verified by the remote host
(e.g. RemoteHookPipeline, RemoteSubscriptionPipeline).