Click or drag to resize

HttpWebClientPatch Method (Uri, Byte)

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebClient.Patch(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 Patch(
	Uri uri,
	byte[] body
)

Parameters

uri
Type: SystemUri

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

body
Type: SystemByte

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

Return Value

Type: HttpWebResponse

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

See Also