TDcOption Class

Namespace
OpenTl.Schema
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IDcOption"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IDcOption" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TDcOption"] class Type type-node

Syntax

[Serialize(0x18b7a10d)]
public sealed class TDcOption : IDcOption, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Cdn bool
Flags BitArray
Id int
IpAddress string
IpAddressAsBinary byte[]
Binary representation for the 'IpAddress' property
Ipv6 bool
MediaOnly bool
Port int
Secret byte[]
Static bool
TcpoOnly bool

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils