C# Class Helios.Channels.Local.LocalAddress

Inheritance: System.Net.EndPoint
Mostra file Open project: helios-io/helios Class Usage Examples

Public Properties

Property Type Description
Any LocalAddress

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LocalAddress ( IChannel channel ) : System.Diagnostics.Contracts

Creates a new ephemeral port based on the ID of the specified IChannel

LocalAddress ( string id ) : System.Diagnostics.Contracts
ToString ( ) : string

Protected Methods

Method Description
Equals ( LocalAddress other ) : bool

Method Details

Equals() protected method

protected Equals ( LocalAddress other ) : bool
other LocalAddress
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LocalAddress() public method

Creates a new ephemeral port based on the ID of the specified IChannel
public LocalAddress ( IChannel channel ) : System.Diagnostics.Contracts
channel IChannel
return System.Diagnostics.Contracts

LocalAddress() public method

public LocalAddress ( string id ) : System.Diagnostics.Contracts
id string
return System.Diagnostics.Contracts

ToString() public method

public ToString ( ) : string
return string

Property Details

Any public_oe static_oe property

public static LocalAddress,Helios.Channels.Local Any
return LocalAddress