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
9
namespace
Csla.Channels.Grpc
10
{
14
public
class
GrpcProxyOptions
15
{
19
public
string
DataPortalUrl
{
get
;
set
; }
20
}
21
}
Csla.Channels.Grpc.GrpcProxyOptions
Options for GrpcProxy
Definition:
GrpcProxyOptions.cs:15
Csla.Channels.Grpc.GrpcProxyOptions.DataPortalUrl
string DataPortalUrl
Data portal server endpoint URL
Definition:
GrpcProxyOptions.cs:19
Csla.Channels.Grpc
Definition:
GrpcPortal.cs:23
Generated by
1.9.2