ReverseGeocodingCloudClient¶
Inheritance Hierarchy¶
Object
CloudClient
ReverseGeocodingCloudClient
Members Summary¶
Public Constructors Summary¶
Name |
---|
ReverseGeocodingCloudClient() |
ReverseGeocodingCloudClient(String,String) |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
BaseUris | Collection<Uri > | N/A |
ClientId | String | N/A |
ClientSecret | String | N/A |
TimeoutInSeconds | Int32 | N/A |
WebProxy | IWebProxy | N/A |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Protected Methods Summary¶
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
GettingAccessToken | GettingAccessTokenEventArgs | N/A |
SendingWebRequest | SendingWebRequestEventArgs | N/A |
SentWebRequest | SentWebRequestEventArgs | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
ReverseGeocodingCloudClient() |
ReverseGeocodingCloudClient(String,String) |
Protected Constructors¶
Public Properties¶
BaseUris
¶
Summary
N/A
Remarks
N/A
Return Value
Collection<Uri
>
ClientId
¶
Summary
N/A
Remarks
N/A
Return Value
String
ClientSecret
¶
Summary
N/A
Remarks
N/A
Return Value
String
TimeoutInSeconds
¶
Summary
N/A
Remarks
N/A
Return Value
Int32
WebProxy
¶
Summary
N/A
Remarks
N/A
Return Value
IWebProxy
Protected Properties¶
Public Methods¶
Dispose()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
SearchArea(PolygonShape,Int32)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInSrid | Int32 | N/A |
SearchArea(PolygonShape,Int32,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInSrid | Int32 | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchArea(PolygonShape,String)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInProj4String | String | N/A |
SearchArea(PolygonShape,String,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInProj4String | String | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchAreaAsync(PolygonShape,Int32)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInSrid | Int32 | N/A |
SearchAreaAsync(PolygonShape,Int32,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInSrid | Int32 | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchAreaAsync(PolygonShape,String)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInProj4String | String | N/A |
SearchAreaAsync(PolygonShape,String,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
areaProjectionInProj4String | String | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchAreaInDecimalDegree(PolygonShape)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
SearchAreaInDecimalDegree(PolygonShape,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchAreaInDecimalDegreeAsync(PolygonShape)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
SearchAreaInDecimalDegreeAsync(PolygonShape,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
area | PolygonShape | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchLine(LineShape,Int32,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInSrid | Int32 | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
SearchLine(LineShape,Int32,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInSrid | Int32 | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchLine(LineShape,String,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInProj4String | String | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
SearchLine(LineShape,String,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInProj4String | String | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchLineAsync(LineShape,Int32,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInSrid | Int32 | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
SearchLineAsync(LineShape,Int32,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInSrid | Int32 | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchLineAsync(LineShape,String,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInProj4String | String | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
SearchLineAsync(LineShape,String,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
lineProjectionInProj4String | String | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchLineInDecimalDegree(LineShape,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
SearchLineInDecimalDegree(LineShape,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchLineInDecimalDegreeAsync(LineShape,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
SearchLineInDecimalDegreeAsync(LineShape,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
line | LineShape | N/A |
searchBuffer | Double | N/A |
unitOfsearchBuffer | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPoint(Double,Double,Int32,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPoint(Double,Double,Int32,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPoint(Double,Double,String,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPoint(Double,Double,String,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointAsync(Double,Double,Int32,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointAsync(Double,Double,Int32,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointAsync(Double,Double,String,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointAsync(Double,Double,String,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
x | Double | N/A |
y | Double | N/A |
pointProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointInDecimalDegree(Double,Double,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
latitude | Double | N/A |
longitude | Double | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointInDecimalDegree(Double,Double,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
CloudReverseGeocodingResult | N/A |
Parameters
Name | Type | Description |
---|---|---|
latitude | Double | N/A |
longitude | Double | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointInDecimalDegreeAsync(Double,Double,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
latitude | Double | N/A |
longitude | Double | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointInDecimalDegreeAsync(Double,Double,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
latitude | Double | N/A |
longitude | Double | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPoints(IEnumerable<PointShape>,Int32,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPoints(IEnumerable<PointShape>,Int32,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPoints(IEnumerable<PointShape>,String,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPoints(IEnumerable<PointShape>,String,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointsAsync(IEnumerable<PointShape>,Int32,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<Collection<CloudReverseGeocodingResult >> | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointsAsync(IEnumerable<PointShape>,Int32,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<Collection<CloudReverseGeocodingResult >> | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInSrid | Int32 | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointsAsync(IEnumerable<PointShape>,String,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<Collection<CloudReverseGeocodingResult >> | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointsAsync(IEnumerable<PointShape>,String,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<Collection<CloudReverseGeocodingResult >> | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
pointsProjectionInProj4String | String | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointsInDecimalDegree(IEnumerable<PointShape>,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointsInDecimalDegree(IEnumerable<PointShape>,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Collection<CloudReverseGeocodingResult > | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
SearchPointsInDecimalDegreeAsync(IEnumerable<PointShape>,Double,DistanceUnit)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<Collection<CloudReverseGeocodingResult >> | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
SearchPointsInDecimalDegreeAsync(IEnumerable<PointShape>,Double,DistanceUnit,CloudReverseGeocodingOptions)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<Collection<CloudReverseGeocodingResult >> | N/A |
Parameters
Name | Type | Description |
---|---|---|
points | IEnumerable<PointShape > | N/A |
searchRadius | Double | N/A |
unitOfsearchRadius | DistanceUnit | N/A |
options | CloudReverseGeocodingOptions | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
AuthenticateWebRequest(WebRequest)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
webRequest | WebRequest | N/A |
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetNextCandidateBaseUri()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetNextCandidateBaseUriCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetToken()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetTokenCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnGettingAccessToken(GettingAccessTokenEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | GettingAccessTokenEventArgs | N/A |
OnSendingWebRequest(SendingWebRequestEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | SendingWebRequestEventArgs | N/A |
OnSentWebRequest(SentWebRequestEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | SentWebRequestEventArgs | N/A |
SendWebRequest(WebRequest)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
WebResponse | N/A |
Parameters
Name | Type | Description |
---|---|---|
webRequest | WebRequest | N/A |
SendWebRequestAsync(WebRequest)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Task<WebResponse > | N/A |
Parameters
Name | Type | Description |
---|---|---|
webRequest | WebRequest | N/A |
Public Events¶
GettingAccessToken¶
N/A
Remarks
N/A
Event Arguments
SendingWebRequest¶
N/A
Remarks
N/A
Event Arguments
SentWebRequest¶
N/A
Remarks
N/A
Event Arguments