Method | Description | |
---|---|---|
GetProperty ( this self, string propertyName ) : |
extension method for type to get a runtime property
|
|
GetRequestStreamAsync ( this request ) : Task |
get the request stream asynchronously
|
|
GetResponseAsync ( this request ) : Task |
extension method to get web response async
|
public static GetProperty ( this self, string propertyName ) : |
||
self | this | type to get the property from |
propertyName | string | name of the property to retrieve |
return |
public static GetRequestStreamAsync ( this request ) : Task |
||
request | this | the request |
return | Task |
public static GetResponseAsync ( this request ) : Task |
||
request | this | the webrequest to send |
return | Task |