C# Class Brunet.Transport.EdgeCloseRequestArgs

Inheritance: System.EventArgs
Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
Edge Edge
Reason string

Public Methods

Method Description
EdgeCloseRequestArgs ( Edge e ) : Brunet
EdgeCloseRequestArgs ( Edge e, string reason ) : Brunet

Method Details

EdgeCloseRequestArgs() public method

public EdgeCloseRequestArgs ( Edge e ) : Brunet
e Edge
return Brunet

EdgeCloseRequestArgs() public method

public EdgeCloseRequestArgs ( Edge e, string reason ) : Brunet
e Edge
reason string
return Brunet

Property Details

Edge public property

public Edge Edge
return Edge

Reason public property

public string Reason
return string