|
Home > Archive > BizTalk Server General > July 2005 > PropertyBags contents in AddReceiveEndpoint
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PropertyBags contents in AddReceiveEndpoint
|
|
|
| Hi,
Is there a way to find out what Biztalk passes in property bags in
AddReceiveEndpoint() method of IBTTransportConfig?
I would like to retreive the receive location or receive port name
from within an adapter receiver, is it possible?
Thanks,
Ferro
| |
| Tomas Restrepo \(MVP\) 2005-07-18, 8:47 pm |
| Ferro,
> Is there a way to find out what Biztalk passes in property bags in
> AddReceiveEndpoint() method of IBTTransportConfig?
It will pass the endpoint configuration (that is, the configuration stored
in the receive location),
> I would like to retreive the receive location or receive port name
> from within an adapter receiver, is it possible?
Why do you need the name? Normally, all a receive adapter should care about
is the location's URL and the adapter-specific configuration (which you can
get from the property bag).
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
|
|
|
|
|