C# Class Squared.Task.Http.HttpServer.IncomingConnection

Mostra file Open project: sq/Fracture

Public Properties

Property Type Description
AcceptedWhenUTC System.DateTime
Socket Socket

Public Methods

Method Description
IncomingConnection ( Socket socket ) : System

Method Details

IncomingConnection() public method

public IncomingConnection ( Socket socket ) : System
socket Socket
return System

Property Details

AcceptedWhenUTC public_oe property

public DateTime,System AcceptedWhenUTC
return System.DateTime

Socket public_oe property

public Socket Socket
return Socket