C# Class CUDLR.RequestContext

Datei anzeigen 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_oe property

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

currentRoute public_oe property

public int currentRoute
return int

match public_oe property

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

pass public_oe property

public bool pass
return bool

path public_oe property

public string path
return string