Click or drag to resize

HttpWebClientRequest Method (String, Uri, String)

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

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,
	string body
)

Parameters

httpMethod
Type: SystemString

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

uri
Type: SystemUri

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

body
Type: SystemString

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

Return Value

Type: HttpWebResponse

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

See Also