Class Response
- Namespace
- UdpChat.Lib.Authentication
- Assembly
- UdpChat.Lib.dll
Response to a Request. It has a message and a state.
public class Response : ChatSendable
- Inheritance
-
Response
- Inherited Members
Constructors
Response(State, string)
public Response(Response.State responseState, string message)
Parameters
Properties
Message
public string Message { get; set; }
Property Value
ResponseState
public Response.State ResponseState { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.