HttpWebResponseExtGetResponseMessageStr Method |
[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebResponseExt.GetResponseMessageStr(System.Net.HttpWebResponse)"]
Namespace:
Eneter.Messaging.MessagingSystems.HttpMessagingSystem
Assembly:
Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax public static string GetResponseMessageStr(
this HttpWebResponse httpResponse
)
<ExtensionAttribute>
Public Shared Function GetResponseMessageStr (
httpResponse As HttpWebResponse
) As String
Parameters
- httpResponse
- Type: System.NetHttpWebResponse
[Missing <param name="httpResponse"/> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebResponseExt.GetResponseMessageStr(System.Net.HttpWebResponse)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebResponseExt.GetResponseMessageStr(System.Net.HttpWebResponse)"]
Usage 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).
See Also