C# Class Owin.Types.WebSockets.OwinWebSocketReceiveMessage

Exibir arquivo Open project: owin/museum-piece-owin-hosting Class Usage Examples

Public Methods

Method Description
Equals ( OwinWebSocketReceiveMessage other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
OwinWebSocketReceiveMessage ( Tuple tuple ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( OwinWebSocketReceiveMessage other ) : bool
other OwinWebSocketReceiveMessage
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OwinWebSocketReceiveMessage() public method

public OwinWebSocketReceiveMessage ( Tuple tuple ) : System
tuple Tuple
return System

operator() public static method

public static operator ( ) : bool
return bool