C# Class CUDLR.RequestContext

Show file Open project: proletariatgames/CUDLR Class Usage Examples

Public Properties

Property Type Description
context System.Net.HttpListenerContext
currentRoute int
match System.Text.RegularExpressions.Match
pass bool
path string

Public Methods

Method Description
RequestContext ( HttpListenerContext ctx ) : System

Method Details

RequestContext() public method

public RequestContext ( HttpListenerContext ctx ) : System
ctx System.Net.HttpListenerContext
return System

Property Details

context public property

public HttpListenerContext,System.Net context
return System.Net.HttpListenerContext

currentRoute public property

public int currentRoute
return int

match public property

public Match,System.Text.RegularExpressions match
return System.Text.RegularExpressions.Match

pass public property

public bool pass
return bool

path public property

public string path
return string