[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 string GetString(
this HttpWebResponse res
)
public static string GetString(
this HttpWebResponse res
)
<ExtensionAttribute>
Public Shared Function GetString (
res As HttpWebResponse
) As String
<ExtensionAttribute>
Public Shared Function GetString (
res As HttpWebResponse
) As String
public:
[ExtensionAttribute]
static String^ GetString(
HttpWebResponse^ res
)
public:
[ExtensionAttribute]
static String^ GetString(
HttpWebResponse^ res
)
static member GetString :
res : HttpWebResponse -> string
static member GetString :
res : HttpWebResponse -> string
Return Value
Type:
StringUsage 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).