C# Class Brunet.Connections.CloseMessage

Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_reason string

Public Methods

Method Description
CloseMessage ( ) : Brunet
CloseMessage ( string reason ) : Brunet
Equals ( object o ) : bool
GetHashCode ( ) : int

Method Details

CloseMessage() public method

public CloseMessage ( ) : Brunet
return Brunet

CloseMessage() public method

public CloseMessage ( string reason ) : Brunet
reason string
return Brunet

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

_reason protected property

protected string _reason
return string