Table of Contents

Class ServiceMethodInfo

Namespace
Virtufin.Api.Services
Assembly
Virtufin.Api.dll

Represents a gRPC method with its metadata.

public class ServiceMethodInfo
Inheritance
ServiceMethodInfo
Inherited Members

Properties

FullName

public string FullName { get; set; }

Property Value

string

InputTypeFullName

public string InputTypeFullName { get; set; }

Property Value

string

IsClientStreaming

public bool IsClientStreaming { get; set; }

Property Value

bool

IsServerStreaming

public bool IsServerStreaming { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

OutputTypeFullName

public string OutputTypeFullName { get; set; }

Property Value

string

ServiceName

public string ServiceName { get; set; }

Property Value

string