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