public ServiceBusHttpMessage() { brokerProperties = new BrokerProperties(); customProperties = new Dictionary <string, object>(); }
public ServiceBusHttpMessage() { brokerProperties = new BrokerProperties(); customProperties = new NameValueCollection(); }