grpc ~master (2021-10-29T11:09:12Z)
Home
Dub
Repo
PydGreeterClient
client_pyd
Undocumented in source.
class
PydGreeterClient {
string
host
;
ushort
port
;
GreeterClient
client
;
this
();
auto
SayHello
(string name);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
SayHello
auto
SayHello
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
client
GreeterClient
client
;
Undocumented in source.
host
string
host
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
Meta
Source
See Implementation
client_pyd
classes
PydGreeterClient
functions
PydMain