Class IPv6TclassMessage
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class IPv6TclassMessage : SocketControlMessage, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
IPv6TclassMessage
- Implements
- Inherited Members
Constructors
IPv6TclassMessage(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public IPv6TclassMessage(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
IPv6TclassMessage(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected IPv6TclassMessage(CreationData data)
Parameters
dataCreationData
IPv6TclassMessage(IPv6TclassMessageHandle)
protected IPv6TclassMessage(IPv6TclassMessageHandle handle)
Parameters
handleIPv6TclassMessageHandle
Methods
GetDscp()
[Version("2.88")]
public byte GetDscp()
Returns
GetEcn()
[Version("2.88")]
public EcnCodePoint GetEcn()
Returns
GetGType()
public static Type GetGType()
Returns
New(byte, EcnCodePoint)
[Version("2.88")]
public static IPv6TclassMessage New(byte dscp, EcnCodePoint ecn)
Parameters
dscpbyteecnEcnCodePoint
Returns
NewFromPointer(nint, bool)
Creates a new managed IPv6TclassMessage instance for a given pointer.
public static IPv6TclassMessage NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new IPv6TclassMessage and sets the properties specified by the construct arguments.
public static IPv6TclassMessage NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.