Commit 31db5eb6 authored by buildbot121's avatar buildbot121

API documentation update by build server

parent 108cf2c3
...@@ -161,15 +161,6 @@ ...@@ -161,15 +161,6 @@
<a href="Titanium.Web.Proxy.Network.CertificateManager.html" name="" title="CertificateManager">CertificateManager</a> <a href="Titanium.Web.Proxy.Network.CertificateManager.html" name="" title="CertificateManager">CertificateManager</a>
</li> </li>
</ul> </li> </ul> </li>
<li>
<span class="expand-stub"></span>
<a href="Titanium.Web.Proxy.Network.WinAuth.html" name="" title="Titanium.Web.Proxy.Network.WinAuth">Titanium.Web.Proxy.Network.WinAuth</a>
<ul class="nav level2">
<li>
<a href="Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html" name="" title="WinAuthHandler">WinAuthHandler</a>
</li>
</ul> </li>
</ul> </div> </ul> </div>
</div> </div>
</div> </div>
......
...@@ -204,16 +204,6 @@ ...@@ -204,16 +204,6 @@
"title": "Namespace Titanium.Web.Proxy.Network | Titanium Web Proxy", "title": "Namespace Titanium.Web.Proxy.Network | Titanium Web Proxy",
"keywords": "Namespace Titanium.Web.Proxy.Network Classes CertificateManager A class to manage SSL certificates used by this proxy server. Enums CertificateEngine Certificate Engine option." "keywords": "Namespace Titanium.Web.Proxy.Network Classes CertificateManager A class to manage SSL certificates used by this proxy server. Enums CertificateEngine Certificate Engine option."
}, },
"api/Titanium.Web.Proxy.Network.WinAuth.html": {
"href": "api/Titanium.Web.Proxy.Network.WinAuth.html",
"title": "Namespace Titanium.Web.Proxy.Network.WinAuth | Titanium Web Proxy",
"keywords": "Namespace Titanium.Web.Proxy.Network.WinAuth Classes WinAuthHandler A handler for NTLM/Kerberos windows authentication challenge from server NTLM process details below https://blogs.msdn.microsoft.com/chiranth/2013/09/20/ntlm-want-to-know-how-it-works/"
},
"api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html": {
"href": "api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html",
"title": "Class WinAuthHandler | Titanium Web Proxy",
"keywords": "Class WinAuthHandler A handler for NTLM/Kerberos windows authentication challenge from server NTLM process details below https://blogs.msdn.microsoft.com/chiranth/2013/09/20/ntlm-want-to-know-how-it-works/ Inheritance Object WinAuthHandler Inherited Members Object.ToString() Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : Titanium.Web.Proxy.Network.WinAuth Assembly : Titanium.Web.Proxy.dll Syntax public static class WinAuthHandler Methods GetFinalAuthToken(String, String, Guid) Get the final token given the server challenge token Declaration public static string GetFinalAuthToken(string serverHostname, string serverToken, Guid requestId) Parameters Type Name Description String serverHostname String serverToken Guid requestId Returns Type Description String GetInitialAuthToken(String, String, Guid) Get the initial client token for server using credentials of user running the proxy server process Declaration public static string GetInitialAuthToken(string serverHostname, string authScheme, Guid requestId) Parameters Type Name Description String serverHostname String authScheme Guid requestId Returns Type Description String"
},
"api/Titanium.Web.Proxy.ProxyServer.html": { "api/Titanium.Web.Proxy.ProxyServer.html": {
"href": "api/Titanium.Web.Proxy.ProxyServer.html", "href": "api/Titanium.Web.Proxy.ProxyServer.html",
"title": "Class ProxyServer | Titanium Web Proxy", "title": "Class ProxyServer | Titanium Web Proxy",
......
...@@ -2601,44 +2601,6 @@ references: ...@@ -2601,44 +2601,6 @@ references:
isSpec: "True" isSpec: "True"
fullName: Titanium.Web.Proxy.Network.CertificateManager.TrustRootCertificateAsAdmin fullName: Titanium.Web.Proxy.Network.CertificateManager.TrustRootCertificateAsAdmin
nameWithType: CertificateManager.TrustRootCertificateAsAdmin nameWithType: CertificateManager.TrustRootCertificateAsAdmin
- uid: Titanium.Web.Proxy.Network.WinAuth
name: Titanium.Web.Proxy.Network.WinAuth
href: api/Titanium.Web.Proxy.Network.WinAuth.html
commentId: N:Titanium.Web.Proxy.Network.WinAuth
fullName: Titanium.Web.Proxy.Network.WinAuth
nameWithType: Titanium.Web.Proxy.Network.WinAuth
- uid: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler
name: WinAuthHandler
href: api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html
commentId: T:Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler
fullName: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler
nameWithType: WinAuthHandler
- uid: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetFinalAuthToken(System.String,System.String,System.Guid)
name: GetFinalAuthToken(String, String, Guid)
href: api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html#Titanium_Web_Proxy_Network_WinAuth_WinAuthHandler_GetFinalAuthToken_System_String_System_String_System_Guid_
commentId: M:Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetFinalAuthToken(System.String,System.String,System.Guid)
fullName: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetFinalAuthToken(System.String, System.String, System.Guid)
nameWithType: WinAuthHandler.GetFinalAuthToken(String, String, Guid)
- uid: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetFinalAuthToken*
name: GetFinalAuthToken
href: api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html#Titanium_Web_Proxy_Network_WinAuth_WinAuthHandler_GetFinalAuthToken_
commentId: Overload:Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetFinalAuthToken
isSpec: "True"
fullName: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetFinalAuthToken
nameWithType: WinAuthHandler.GetFinalAuthToken
- uid: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetInitialAuthToken(System.String,System.String,System.Guid)
name: GetInitialAuthToken(String, String, Guid)
href: api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html#Titanium_Web_Proxy_Network_WinAuth_WinAuthHandler_GetInitialAuthToken_System_String_System_String_System_Guid_
commentId: M:Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetInitialAuthToken(System.String,System.String,System.Guid)
fullName: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetInitialAuthToken(System.String, System.String, System.Guid)
nameWithType: WinAuthHandler.GetInitialAuthToken(String, String, Guid)
- uid: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetInitialAuthToken*
name: GetInitialAuthToken
href: api/Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.html#Titanium_Web_Proxy_Network_WinAuth_WinAuthHandler_GetInitialAuthToken_
commentId: Overload:Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetInitialAuthToken
isSpec: "True"
fullName: Titanium.Web.Proxy.Network.WinAuth.WinAuthHandler.GetInitialAuthToken
nameWithType: WinAuthHandler.GetInitialAuthToken
- uid: Titanium.Web.Proxy.ProxyServer - uid: Titanium.Web.Proxy.ProxyServer
name: ProxyServer name: ProxyServer
href: api/Titanium.Web.Proxy.ProxyServer.html href: api/Titanium.Web.Proxy.ProxyServer.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment