C# Class NetWrok.HTTP.Connection

Inheritance: IDisposable
Mostra file Open project: simonwittber/netwrok-client

Public Properties

Property Type Description
client System.Net.Sockets.TcpClient
host string
port int
stream Stream

Public Methods

Method Description
Connect ( ) : void
Connection ( ) : System
Dispose ( ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

Connection() public method

public Connection ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

client public_oe property

public TcpClient,System.Net.Sockets client
return System.Net.Sockets.TcpClient

host public_oe property

public string host
return string

port public_oe property

public int port
return int

stream public_oe property

public Stream stream
return Stream