C# Class YeloDebug.DebugConnection

Xbox debug connection information.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
IP System.Net.IPAddress
LocalIP System.Net.IPAddress
Name string

Public Methods

Method Description
DebugConnection ( IPAddress localip, IPAddress ip, string name ) : System

Method Details

DebugConnection() public method

public DebugConnection ( IPAddress localip, IPAddress ip, string name ) : System
localip System.Net.IPAddress
ip System.Net.IPAddress
name string
return System

Property Details

IP public_oe property

public IPAddress,System.Net IP
return System.Net.IPAddress

LocalIP public_oe property

public IPAddress,System.Net LocalIP
return System.Net.IPAddress

Name public_oe property

public string Name
return string