mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-08-05 07:41:30 +02:00
Imported Claus Isager's CICRadarR
This commit is contained in:
commit
249ae5818b
156 changed files with 10807 additions and 0 deletions
BIN
CICRadarR/obj/x86/Debug/CICRadarR.CICRadarR.resources
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.CICRadarR.resources
Normal file
Binary file not shown.
BIN
CICRadarR/obj/x86/Debug/CICRadarR.ProjectInstaller.resources
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.ProjectInstaller.resources
Normal file
Binary file not shown.
BIN
CICRadarR/obj/x86/Debug/CICRadarR.Resources.resources
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.Resources.resources
Normal file
Binary file not shown.
BIN
CICRadarR/obj/x86/Debug/CICRadarR.TestService.resources
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.TestService.resources
Normal file
Binary file not shown.
BIN
CICRadarR/obj/x86/Debug/CICRadarR.exe
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.exe
Normal file
Binary file not shown.
BIN
CICRadarR/obj/x86/Debug/CICRadarR.pdb
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.pdb
Normal file
Binary file not shown.
|
@ -0,0 +1,21 @@
|
|||
C:\CICRadarR\CICRadarR\CICRadarR\bin\Debug\CICRadarR.exe
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\bin\Debug\CICRadarR.pdb
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\bin\Debug\CICRadarR.xml
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\ResolveAssemblyReference.cache
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.Resources.resources
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\GenerateResource.read.1.tlog
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\GenerateResource.write.1.tlog
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.exe
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.xml
|
||||
C:\CICRadarR\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.pdb
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.exe
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.xml
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.pdb
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.Resources.resources
|
||||
C:\CICRadarR\CICRadarR\bin\Debug\CICRadarR.exe
|
||||
C:\CICRadarR\CICRadarR\bin\Debug\CICRadarR.pdb
|
||||
C:\CICRadarR\CICRadarR\bin\Debug\CICRadarR.xml
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.TestService.resources
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.CICRadarR.resources
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.ProjectInstaller.resources
|
||||
C:\CICRadarR\CICRadarR\obj\x86\Debug\CICRadarR.vbproj.GenerateResource.Cache
|
BIN
CICRadarR/obj/x86/Debug/CICRadarR.vbproj.GenerateResource.Cache
Normal file
BIN
CICRadarR/obj/x86/Debug/CICRadarR.vbproj.GenerateResource.Cache
Normal file
Binary file not shown.
66
CICRadarR/obj/x86/Debug/CICRadarR.xml
Normal file
66
CICRadarR/obj/x86/Debug/CICRadarR.xml
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
CICRadarR
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:CICRadarR.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member><member name="P:CICRadarR.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member><member name="T:CICRadarR.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member><member name="P:CICRadarR.RADIUSPacket.UserName">
|
||||
<summary>
|
||||
Returns the username supplied in an Access Request. Returns
|
||||
Nothing if a User-Name attribute is missing or the packet is not an
|
||||
Access Request.
|
||||
</summary>
|
||||
<value></value>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member><member name="P:CICRadarR.RADIUSPacket.UserPassword">
|
||||
<summary>
|
||||
Returns the password supplied in an Access Request. Returns
|
||||
Nothing is a User-Password attribute is missing or the packet is not
|
||||
an Access Request.
|
||||
</summary>
|
||||
<value></value>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member><member name="M:CICRadarR.RADIUSPacket.AuthenticateAccessRequest(CICRadarR.NASAuthList@,CICRadarR.NASAuthList@)">
|
||||
<summary>
|
||||
Deprecated. User the UserName and UserPassword properties instead.
|
||||
</summary>
|
||||
<param name="authList"></param>
|
||||
<param name="nasList"></param>
|
||||
<returns></returns>
|
||||
<remarks></remarks>
|
||||
</member><member name="M:CICRadarR.RADIUSPacket.AcceptAccessRequest">
|
||||
<summary>
|
||||
Accept the access request.
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member><member name="M:CICRadarR.RADIUSPacket.AcceptAccessRequest(CICRadarR.RADIUSAttributes)">
|
||||
<summary>
|
||||
Accept the access request and include the specified attributes in the RADIUS response.
|
||||
</summary>
|
||||
<param name="attributes">The RADIUS attributes to include with the response.</param>
|
||||
<remarks></remarks>
|
||||
</member><member name="M:CICRadarR.RADIUSPacket.RejectAccessRequest">
|
||||
<summary>
|
||||
Reject the access request.
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue