Class DirectUDPSocketCreatedEventArgs
Fired upon direct_socket.UDPSocket creation.
public sealed record DirectUDPSocketCreatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DirectUDPSocketCreatedEventArgs>
- Inheritance
-
EventArgsDirectUDPSocketCreatedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DirectUDPSocketCreatedEventArgs(RequestId, DirectUDPSocketOptions, MonotonicTime, Initiator?)
Fired upon direct_socket.UDPSocket creation.
public DirectUDPSocketCreatedEventArgs(RequestId Identifier, DirectUDPSocketOptions Options, MonotonicTime Timestamp, Initiator? Initiator = null)
Parameters
IdentifierRequestIdOptionsDirectUDPSocketOptionsTimestampMonotonicTimeInitiatorInitiator
Properties
Identifier
public RequestId Identifier { get; init; }
Property Value
Initiator
public Initiator? Initiator { get; init; }
Property Value
Options
public DirectUDPSocketOptions Options { get; init; }
Property Value
Timestamp
public MonotonicTime Timestamp { get; init; }