[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.S3.V4Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static string GetResponseStr(
this HttpWebRequest request
)
public static string GetResponseStr(
this HttpWebRequest request
)
<ExtensionAttribute>
Public Shared Function GetResponseStr (
request As HttpWebRequest
) As String
<ExtensionAttribute>
Public Shared Function GetResponseStr (
request As HttpWebRequest
) As String
public:
[ExtensionAttribute]
static String^ GetResponseStr(
HttpWebRequest^ request
)
public:
[ExtensionAttribute]
static String^ GetResponseStr(
HttpWebRequest^ request
)
static member GetResponseStr :
request : HttpWebRequest -> string
static member GetResponseStr :
request : HttpWebRequest -> 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
HttpWebRequest. 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).