C# Class Gwupe.Communication.P2P.RUDP.Connector.API.NamedConnectionEventArgs

Inheritance: System.EventArgs
Show file Open project: gwupe/Gwupe Class Usage Examples

Public Properties

Property Type Description
Connected bool
Name String
RemoteIp System.Net.IPAddress

Property Details

Connected public property

public bool Connected
return bool

Name public property

public String Name
return String

RemoteIp public property

public IPAddress,System.Net RemoteIp
return System.Net.IPAddress