Class DtlsConnectionInterfaceHandle
public abstract class DtlsConnectionInterfaceHandle : SafeHandle, IDisposable
- Inheritance
-
DtlsConnectionInterfaceHandle
- Implements
- Derived
- Inherited Members
Constructors
DtlsConnectionInterfaceHandle(bool)
protected DtlsConnectionInterfaceHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(DtlsConnectionInterfaceHandle?)
public bool Equals(DtlsConnectionInterfaceHandle? other)
Parameters
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetAcceptCertificate()
public DtlsConnectionInterfaceData.AcceptCertificateCallback GetAcceptCertificate()
Returns
GetGIface()
public TypeInterfaceData GetGIface()
Returns
GetGetBindingData()
public DtlsConnectionInterfaceData.GetBindingDataCallback GetGetBindingData()
Returns
GetGetNegotiatedProtocol()
public DtlsConnectionInterfaceData.GetNegotiatedProtocolCallback GetGetNegotiatedProtocol()
Returns
GetHandshake()
public DtlsConnectionInterfaceData.HandshakeCallback GetHandshake()
Returns
GetHandshakeAsync()
public DtlsConnectionInterfaceData.HandshakeAsyncCallback GetHandshakeAsync()
Returns
GetHandshakeFinish()
public DtlsConnectionInterfaceData.HandshakeFinishCallback GetHandshakeFinish()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetSetAdvertisedProtocols()
public DtlsConnectionInterfaceData.SetAdvertisedProtocolsCallback GetSetAdvertisedProtocols()
Returns
GetShutdown()
public DtlsConnectionInterfaceData.ShutdownCallback GetShutdown()
Returns
GetShutdownAsync()
public DtlsConnectionInterfaceData.ShutdownAsyncCallback GetShutdownAsync()
Returns
GetShutdownFinish()
public DtlsConnectionInterfaceData.ShutdownFinishCallback GetShutdownFinish()