Class BindServiceMethodAttribute
Inheritance
BindServiceMethodAttribute
Assembly: Grpc.Core.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class BindServiceMethodAttribute : Attribute
Constructors
BindServiceMethodAttribute(Type, string)
Declaration
public BindServiceMethodAttribute(Type bindType, string bindMethodName)
Parameters
Type |
Name |
Description |
Type |
bindType |
|
string |
bindMethodName |
|
Properties
BindMethodName
Declaration
public string BindMethodName { get; }
Property Value
BindType
Declaration
public Type BindType { get; }
Property Value