Class GRPCConfig
Inheritance
System.Object
GRPCConfig
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class GRPCConfig : Object
Constructors
GRPCConfig()
Declaration
public GRPCConfig()
Properties
CompiledProto
Declaration
public byte[] CompiledProto { get; set; }
Property Value
System.
|
ServiceMethods
Declaration
public IList<string> ServiceMethods { get; set; }
Property Value
System.
|