This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portable.portablewebresponse [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.portable.portablewebresponse [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Portable.PortableWebResponse ====== | ====== ThinkGeo.MapSuite.Portable.PortableWebResponse ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | <!-- Class --> | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.Portable.PortableWebResponse]] | + | ***ThinkGeo.MapSuite.Portable.PortableWebResponse** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} PortableWebResponse() ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PortableWebResponse()|PortableWebResponse]] | | | | | + | |
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} IsFromCache(WebResponse) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetProxy(WebRequest, GeoWebProxy)|SetProxy]] | WebRequest, [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetTimeout(WebRequest, Int32)|SetTimeout]] | WebRequest, Int32 | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //webResponse// | ||
| + | * Type:WebResponse | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //obj// | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Methods ==== | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetResponse(WebRequest) ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetResponseCore(WebRequest)|GetResponseCore]] | WebRequest | | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetProxyCore(WebRequest, GeoWebProxy)|SetProxyCore]] | WebRequest, [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetTimeoutCore(WebRequest, Int32)|SetTimeoutCore]] | WebRequest, Int32 | | | | + | |
| - | ==== Public Properties ==== | + | * //N/A// |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | ==== Protected Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:WebResponse |
| + | * Description:N/A | ||
| - | ==== Public Events ==== | + | == Parameters == |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * //request// |
| + | * Type:WebRequest | ||
| + | * Description:N/A | ||
| - | ===== Public Constructors ===== | + | <div newline></div> |
| - | ===== Protected Constructors ===== | + | ** {{wiki:ProtectedMethod.gif|}} GetResponseCore(WebRequest) ** |
| - | ==== PortableWebResponse() ==== | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Protected Constructors|Go Back]] | + | * //N/A// |
| - | ===== Public Methods ===== | + | == Remarks == |
| - | ==== Equals(Object) ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:WebResponse |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //request// |
| - | ==== GetHashCode() ==== | + | * Type:WebRequest |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} SetTimeout(WebRequest,Int32) ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //webRequest// |
| - | ==== SetProxy(WebRequest, GeoWebProxy) ==== | + | * Type:WebRequest |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //timeout// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
| - | | webRequest | WebRequest<!-- System.Net.WebRequest --> | | | + | * Description:N/A |
| - | | webProxy | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> | | | + | |
| - | <!-- ThinkGeo.MapSuite.Portable.PortableWebResponse --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} SetTimeoutCore(WebRequest,Int32) ** |
| - | ==== SetTimeout(WebRequest, Int32) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | webRequest | WebRequest<!-- System.Net.WebRequest --> | | | + | * //N/A// |
| - | | timeout | Int32<!-- System.Int32 --> | | | + | |
| - | <!-- ThinkGeo.MapSuite.Portable.PortableWebResponse --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ==== ToString() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //webRequest// |
| + | * Type:WebRequest | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | * //timeout// |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} SetProxy(WebRequest,GeoWebProxy) ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== GetResponseCore(WebRequest) ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | WebResponse<!-- System.Net.WebResponse --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | request | WebRequest<!-- System.Net.WebRequest --> | | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.Portable.PortableWebResponse --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //webRequest// |
| - | ==== MemberwiseClone() ==== | + | * Type:WebRequest |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | * //webProxy// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} SetProxyCore(WebRequest,GeoWebProxy) ** |
| - | ==== SetProxyCore(WebRequest, GeoWebProxy) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | webRequest | WebRequest<!-- System.Net.WebRequest --> | | | + | * //N/A// |
| - | | webProxy | [[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]<!-- ThinkGeo.MapSuite.Core.GeoWebProxy --> | | | + | |
| - | <!-- ThinkGeo.MapSuite.Portable.PortableWebResponse --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Void |
| - | ==== SetTimeoutCore(WebRequest, Int32) ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //webRequest// |
| - | | webRequest | WebRequest<!-- System.Net.WebRequest --> | | | + | * Type:WebRequest |
| - | | timeout | Int32<!-- System.Int32 --> | | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.Portable.PortableWebResponse --> | + | * //webProxy// |
| - | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] |
| - | ===== Public Properties ===== | + | * Description:N/A |
| - | ===== Protected Properties ===== | + | |
| - | ===== Public Events ===== | + | <div newline></div> |
| - | __NOTOC__ | + | ** {{wiki:ProtectedMethod.gif|}} IsFromCacheCore(WebResponse) ** |
| - | [[Category:MapSuitePortableCore]] | + | |
| - | [[Category:ThinkGeo.MapSuite.Portable]] | + | * //N/A// |
| - | [[Category:UpdateDocumentation]] | + | == Remarks == |
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //webResponse// | ||
| + | * Type:WebResponse | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||