MCPcopy Create free account
hub / github.com/apache/qpid-proton / remote_subject

Method remote_subject

cpp/src/ssl.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::string ssl::remote_subject() const {
52 const char *s = pn_ssl_get_remote_subject(object_);
53 return s ? std::string(s) : std::string();
54}
55
56
57} // namespace

Callers 3

on_connection_openMethod · 0.45
on_connection_openMethod · 0.45
on_connection_openMethod · 0.45

Calls 1

Tested by

no test coverage detected