diff options
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/Session.h')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/src/Session.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/Session.h b/cpp/bindings/qpid/dotnet/src/Session.h index 4b84eec55f..a5affc67b6 100644 --- a/cpp/bindings/qpid/dotnet/src/Session.h +++ b/cpp/bindings/qpid/dotnet/src/Session.h @@ -110,7 +110,14 @@ namespace Messaging { Sender ^ GetSender(System::String ^ name);
Receiver ^ GetReceiver(System::String ^ name);
- Connection ^ GetConnection();
+ property Org::Apache::Qpid::Messaging::Connection ^ Connection
+ {
+ Org::Apache::Qpid::Messaging::Connection ^ get ()
+ {
+ return parentConnectionp;
+ }
+ }
+
property System::Boolean HasError
{
|
