Click or drag to resize

HttpWebClientRequest Method (String, Uri, Byte)

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebClient.Request(System.String,System.Uri,System.Byte[])"]

Namespace:  Eneter.Messaging.MessagingSystems.HttpMessagingSystem
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public static HttpWebResponse Request(
	string httpMethod,
	Uri uri,
	byte[] body
)

Parameters

httpMethod
Type: SystemString

[Missing <param name="httpMethod"/> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebClient.Request(System.String,System.Uri,System.Byte[])"]

uri
Type: SystemUri

[Missing <param name="uri"/> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebClient.Request(System.String,System.Uri,System.Byte[])"]

body
Type: SystemByte

[Missing <param name="body"/> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebClient.Request(System.String,System.Uri,System.Byte[])"]

Return Value

Type: HttpWebResponse

[Missing <returns> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebClient.Request(System.String,System.Uri,System.Byte[])"]

See Also