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.
HttpProxyOptions.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="HttpProxyOptions.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Options for HttpProxy</summary>
7
//-----------------------------------------------------------------------
8
9
namespace
Csla.Channels.Http
10
{
14
public
class
HttpProxyOptions
15
{
19
public
string
DataPortalUrl
{
get
;
set
; }
20
}
21
}
Csla.Channels.Http.HttpProxyOptions
Options for HttpProxy
Definition:
HttpProxyOptions.cs:15
Csla.Channels.Http.HttpProxyOptions.DataPortalUrl
string DataPortalUrl
Data portal server endpoint URL
Definition:
HttpProxyOptions.cs:19
Csla.Channels.Http
Definition:
HttpCompressionProxy.cs:13
Generated by
1.9.2