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

Show 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 property

public DateTime,System AcceptedWhenUTC
return System.DateTime

Socket public property

public Socket Socket
return Socket