msgpack-rpc ~master (2021-12-29T20:27:29.9609296)
Dub
Repo
Endpoint
msgpackrpc
common
Undocumented in source.
struct
Endpoint {
ushort
port
;
string
address
;
this
(ushort port, string address);
this
(string connectionString);
}
Constructors
this
this
(ushort port, string address)
Undocumented in source.
this
this
(string connectionString)
Undocumented in source.
Members
Variables
address
string
address
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
Meta
Source
See Implementation
msgpackrpc
common
classes
ArgumentException
CallException
NoMethodException
RPCException
TimeoutException
TransportException
enums
MessageType
structs
Endpoint