Class AcceptEventArgs
Provides arguments for handling the event for accepting connections.
public class AcceptEventArgs : EventArgs
- Inheritance
-
AcceptEventArgs
- Inherited Members
Constructors
AcceptEventArgs(ISocket)
Initializes a new instance of the AcceptEventArgs class.
public AcceptEventArgs(ISocket socket)
Parameters
Properties
Socket
Gets the ISocket object to use in handling the event.
public ISocket Socket { get; }