[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.GoogleDriveAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static Object GetJsonAsDynamic(
this HttpWebResponse res
)
public static Object GetJsonAsDynamic(
this HttpWebResponse res
)
<ExtensionAttribute>
Public Shared Function GetJsonAsDynamic (
res As HttpWebResponse
) As Object
<ExtensionAttribute>
Public Shared Function GetJsonAsDynamic (
res As HttpWebResponse
) As Object
public:
[ExtensionAttribute]
static Object^ GetJsonAsDynamic(
HttpWebResponse^ res
)
public:
[ExtensionAttribute]
static Object^ GetJsonAsDynamic(
HttpWebResponse^ res
)
static member GetJsonAsDynamic :
res : HttpWebResponse -> Object
static member GetJsonAsDynamic :
res : HttpWebResponse -> Object
Return Value
Type:
ObjectUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
HttpWebResponse. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).