Commit 2f349d46 authored by buildbot121's avatar buildbot121

Maintanance commit by build server

parent d972f397
...@@ -85,10 +85,6 @@ ...@@ -85,10 +85,6 @@
<div class="markdown level0 summary"></div> <div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div> <div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div> <div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Titanium.Web.Proxy.Helpers.Ref-1.html">Ref&lt;T&gt;</a></h4>
<section></section>
<h3 id="enums">Enums <h3 id="enums">Enums
</h3> </h3>
<h4><a class="xref" href="Titanium.Web.Proxy.Helpers.ProxyProtocolType.html">ProxyProtocolType</a></h4> <h4><a class="xref" href="Titanium.Web.Proxy.Helpers.ProxyProtocolType.html">ProxyProtocolType</a></h4>
......
...@@ -97,9 +97,6 @@ ...@@ -97,9 +97,6 @@
<li> <li>
<a href="Titanium.Web.Proxy.Helpers.ProxyProtocolType.html" name="" title="ProxyProtocolType">ProxyProtocolType</a> <a href="Titanium.Web.Proxy.Helpers.ProxyProtocolType.html" name="" title="ProxyProtocolType">ProxyProtocolType</a>
</li> </li>
<li>
<a href="Titanium.Web.Proxy.Helpers.Ref-1.html" name="" title="Ref&lt;T&gt;">Ref&lt;T&gt;</a>
</li>
</ul> </li> </ul> </li>
<li> <li>
<span class="expand-stub"></span> <span class="expand-stub"></span>
......
...@@ -102,18 +102,13 @@ ...@@ -102,18 +102,13 @@
"api/Titanium.Web.Proxy.Helpers.html": { "api/Titanium.Web.Proxy.Helpers.html": {
"href": "api/Titanium.Web.Proxy.Helpers.html", "href": "api/Titanium.Web.Proxy.Helpers.html",
"title": "Namespace Titanium.Web.Proxy.Helpers | Titanium Web Proxy", "title": "Namespace Titanium.Web.Proxy.Helpers | Titanium Web Proxy",
"keywords": "Namespace Titanium.Web.Proxy.Helpers Classes Ref<T> Enums ProxyProtocolType" "keywords": "Namespace Titanium.Web.Proxy.Helpers Enums ProxyProtocolType"
}, },
"api/Titanium.Web.Proxy.Helpers.ProxyProtocolType.html": { "api/Titanium.Web.Proxy.Helpers.ProxyProtocolType.html": {
"href": "api/Titanium.Web.Proxy.Helpers.ProxyProtocolType.html", "href": "api/Titanium.Web.Proxy.Helpers.ProxyProtocolType.html",
"title": "Enum ProxyProtocolType | Titanium Web Proxy", "title": "Enum ProxyProtocolType | Titanium Web Proxy",
"keywords": "Enum ProxyProtocolType Namespace : Titanium.Web.Proxy.Helpers Assembly : Titanium.Web.Proxy.dll Syntax [Flags] public enum ProxyProtocolType Fields Name Description AllHttp Both HTTP and HTTPS Http HTTP Https HTTPS None The none" "keywords": "Enum ProxyProtocolType Namespace : Titanium.Web.Proxy.Helpers Assembly : Titanium.Web.Proxy.dll Syntax [Flags] public enum ProxyProtocolType Fields Name Description AllHttp Both HTTP and HTTPS Http HTTP Https HTTPS None The none"
}, },
"api/Titanium.Web.Proxy.Helpers.Ref-1.html": {
"href": "api/Titanium.Web.Proxy.Helpers.Ref-1.html",
"title": "Class Ref<T> | Titanium Web Proxy",
"keywords": "Class Ref<T> Inheritance Object Ref<T> Inherited Members Object.Equals(Object) Object.Equals(Object, Object) Object.ReferenceEquals(Object, Object) Object.GetHashCode() Object.GetType() Object.MemberwiseClone() Namespace : Titanium.Web.Proxy.Helpers Assembly : Titanium.Web.Proxy.dll Syntax public class Ref<T> Type Parameters Name Description T Constructors Ref() Declaration public Ref() Ref(T) Declaration public Ref(T value) Parameters Type Name Description T value Properties Value Declaration public T Value { get; set; } Property Value Type Description T Methods ToString() Declaration public override string ToString() Returns Type Description String Overrides Object.ToString() Operators Implicit(T to Ref<T>) Declaration public static implicit operator Ref<T>(T value) Parameters Type Name Description T value Returns Type Description Ref <T> Implicit(Ref<T> to T) Declaration public static implicit operator T(Ref<T> r) Parameters Type Name Description Ref <T> r Returns Type Description T"
},
"api/Titanium.Web.Proxy.html": { "api/Titanium.Web.Proxy.html": {
"href": "api/Titanium.Web.Proxy.html", "href": "api/Titanium.Web.Proxy.html",
"title": "Namespace Titanium.Web.Proxy | Titanium Web Proxy", "title": "Namespace Titanium.Web.Proxy | Titanium Web Proxy",
......
...@@ -1154,102 +1154,6 @@ references: ...@@ -1154,102 +1154,6 @@ references:
commentId: F:Titanium.Web.Proxy.Helpers.ProxyProtocolType.None commentId: F:Titanium.Web.Proxy.Helpers.ProxyProtocolType.None
fullName: Titanium.Web.Proxy.Helpers.ProxyProtocolType.None fullName: Titanium.Web.Proxy.Helpers.ProxyProtocolType.None
nameWithType: ProxyProtocolType.None nameWithType: ProxyProtocolType.None
- uid: Titanium.Web.Proxy.Helpers.Ref`1
name: Ref<T>
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html
commentId: T:Titanium.Web.Proxy.Helpers.Ref`1
name.vb: Ref(Of T)
fullName: Titanium.Web.Proxy.Helpers.Ref<T>
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T)
nameWithType: Ref<T>
nameWithType.vb: Ref(Of T)
- uid: Titanium.Web.Proxy.Helpers.Ref`1.#ctor
name: Ref()
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1__ctor
commentId: M:Titanium.Web.Proxy.Helpers.Ref`1.#ctor
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Ref()
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Ref()
nameWithType: Ref<T>.Ref()
nameWithType.vb: Ref(Of T).Ref()
- uid: Titanium.Web.Proxy.Helpers.Ref`1.#ctor(`0)
name: Ref(T)
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1__ctor__0_
commentId: M:Titanium.Web.Proxy.Helpers.Ref`1.#ctor(`0)
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Ref(T)
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Ref(T)
nameWithType: Ref<T>.Ref(T)
nameWithType.vb: Ref(Of T).Ref(T)
- uid: Titanium.Web.Proxy.Helpers.Ref`1.#ctor*
name: Ref
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1__ctor_
commentId: Overload:Titanium.Web.Proxy.Helpers.Ref`1.#ctor
isSpec: "True"
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Ref
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Ref
nameWithType: Ref<T>.Ref
nameWithType.vb: Ref(Of T).Ref
- uid: Titanium.Web.Proxy.Helpers.Ref`1.op_Implicit(`0)~Titanium.Web.Proxy.Helpers.Ref{`0}
name: Implicit(T to Ref<T>)
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_op_Implicit__0__Titanium_Web_Proxy_Helpers_Ref__0_
commentId: M:Titanium.Web.Proxy.Helpers.Ref`1.op_Implicit(`0)~Titanium.Web.Proxy.Helpers.Ref{`0}
name.vb: Widening(T to Ref(Of T))
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Implicit(T to Titanium.Web.Proxy.Helpers.Ref<T>)
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Widening(T to Titanium.Web.Proxy.Helpers.Ref(Of T))
nameWithType: Ref<T>.Implicit(T to Ref<T>)
nameWithType.vb: Ref(Of T).Widening(T to Ref(Of T))
- uid: Titanium.Web.Proxy.Helpers.Ref`1.op_Implicit(Titanium.Web.Proxy.Helpers.Ref{`0})~`0
name: Implicit(Ref<T> to T)
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_op_Implicit_Titanium_Web_Proxy_Helpers_Ref__0____0
commentId: M:Titanium.Web.Proxy.Helpers.Ref`1.op_Implicit(Titanium.Web.Proxy.Helpers.Ref{`0})~`0
name.vb: Widening(Ref(Of T) to T)
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Implicit(Titanium.Web.Proxy.Helpers.Ref<T> to T)
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Widening(Titanium.Web.Proxy.Helpers.Ref(Of T) to T)
nameWithType: Ref<T>.Implicit(Ref<T> to T)
nameWithType.vb: Ref(Of T).Widening(Ref(Of T) to T)
- uid: Titanium.Web.Proxy.Helpers.Ref`1.op_Implicit*
name: Implicit
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_op_Implicit_
commentId: Overload:Titanium.Web.Proxy.Helpers.Ref`1.op_Implicit
isSpec: "True"
name.vb: Widening
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Implicit
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Widening
nameWithType: Ref<T>.Implicit
nameWithType.vb: Ref(Of T).Widening
- uid: Titanium.Web.Proxy.Helpers.Ref`1.ToString
name: ToString()
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_ToString
commentId: M:Titanium.Web.Proxy.Helpers.Ref`1.ToString
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.ToString()
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).ToString()
nameWithType: Ref<T>.ToString()
nameWithType.vb: Ref(Of T).ToString()
- uid: Titanium.Web.Proxy.Helpers.Ref`1.ToString*
name: ToString
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_ToString_
commentId: Overload:Titanium.Web.Proxy.Helpers.Ref`1.ToString
isSpec: "True"
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.ToString
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).ToString
nameWithType: Ref<T>.ToString
nameWithType.vb: Ref(Of T).ToString
- uid: Titanium.Web.Proxy.Helpers.Ref`1.Value
name: Value
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_Value
commentId: P:Titanium.Web.Proxy.Helpers.Ref`1.Value
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Value
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Value
nameWithType: Ref<T>.Value
nameWithType.vb: Ref(Of T).Value
- uid: Titanium.Web.Proxy.Helpers.Ref`1.Value*
name: Value
href: api/Titanium.Web.Proxy.Helpers.Ref-1.html#Titanium_Web_Proxy_Helpers_Ref_1_Value_
commentId: Overload:Titanium.Web.Proxy.Helpers.Ref`1.Value
isSpec: "True"
fullName: Titanium.Web.Proxy.Helpers.Ref<T>.Value
fullName.vb: Titanium.Web.Proxy.Helpers.Ref(Of T).Value
nameWithType: Ref<T>.Value
nameWithType.vb: Ref(Of T).Value
- uid: Titanium.Web.Proxy.Http - uid: Titanium.Web.Proxy.Http
name: Titanium.Web.Proxy.Http name: Titanium.Web.Proxy.Http
href: api/Titanium.Web.Proxy.Http.html href: api/Titanium.Web.Proxy.Http.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