C# Class PeerCastStation.Core.ConnectionInfo

Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
ConnectionInfo ( string protocol_name, ConnectionType type, ConnectionStatus status, string remote_name, IPEndPoint remote_endpoint, RemoteHostStatus remote_host_status, long content_position, float recv_rate, float send_rate, int local_relays, int local_directs, string agent_name ) : System

Method Details

ConnectionInfo() public method

public ConnectionInfo ( string protocol_name, ConnectionType type, ConnectionStatus status, string remote_name, IPEndPoint remote_endpoint, RemoteHostStatus remote_host_status, long content_position, float recv_rate, float send_rate, int local_relays, int local_directs, string agent_name ) : System
protocol_name string
type ConnectionType
status ConnectionStatus
remote_name string
remote_endpoint System.Net.IPEndPoint
remote_host_status RemoteHostStatus
content_position long
recv_rate float
send_rate float
local_relays int
local_directs int
agent_name string
return System