CSLA.NET
6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
RabbitMqProxyOptions.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="RabbitMqProxyOptions.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Options for RabbitMqProxy</summary>
7
//-----------------------------------------------------------------------
8
9
namespace
Csla.Channels.RabbitMq
10
{
14
public
class
RabbitMqProxyOptions
15
{
19
public
string
DataPortalUrl
{
get
;
set
; }
20
}
21
}
Csla.Channels.RabbitMq.RabbitMqProxyOptions
Options for RabbitMqProxy
Definition:
RabbitMqProxyOptions.cs:15
Csla.Channels.RabbitMq.RabbitMqProxyOptions.DataPortalUrl
string DataPortalUrl
Data portal server endpoint URL
Definition:
RabbitMqProxyOptions.cs:19
Csla.Channels.RabbitMq
Definition:
ProxyListener.cs:13
Generated by
1.9.2