Class: Net::HTTP::Unsubscribe

Inherits:
HTTPRequest
  • Object
show all
Defined in:
lib/net/http/unsubscribe.rb

Overview

Custom request type X-CREATEMB for creating message buffers on the .NET Service Bus.

This request should not be used directly. Use DotNetServices::Session#createmb instead.

Constant Summary collapse

METHOD =
"X-UNSUBSCRIBE"
REQUEST_HAS_BODY =
false
RESPONSE_HAS_BODY =
true