includeTlsChannelId property
bool?
get
includeTlsChannelId
Whether the TLS channel ID will be passed into onConnectExternal for processes that are listening for the connection event.
Implementation
bool? get includeTlsChannelId => _wrapped.includeTlsChannelId;
set
includeTlsChannelId
(bool? v)
Implementation
set includeTlsChannelId(bool? v) {
_wrapped.includeTlsChannelId = v;
}