Table of Contents

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

responseState Response.State
message string

Properties

Message

public string Message { get; set; }

Property Value

string

ResponseState

public Response.State ResponseState { get; set; }

Property Value

Response.State

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.