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