RCFProto
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCIDisposable
|oCDeltaVSoft.RCFProto.CertificateBase class of all certificate classes.
||oCDeltaVSoft.RCFProto.PemCertificateUse this class to load a certificate in .pem format. Only applicable to OpenSSL.
||oCDeltaVSoft.RCFProto.Win32CertificateRepresents an in-memory certificate, usually from a remote peer. Only applicable to Schannel.
|||oCDeltaVSoft.RCFProto.PfxCertificateUse this class to load a certificate from .pfx format. Only applicable to Schannel.
|||\CDeltaVSoft.RCFProto.StoreCertificateRepresents a certificate in a Windows certificate store.
||\CDeltaVSoft.RCFProto.X509CertificateRepresents an in-memory certificate, usually from a remote peer. Only applicable to OpenSSL.
|oCDeltaVSoft.RCFProto.ClientTransportBase class for all client transports.
|oCDeltaVSoft.RCFProto.EndpointBase class for all network endpoint types.
||oCDeltaVSoft.RCFProto.TcpEndpointRepresents a TCP endpoint.
|||oCDeltaVSoft.RCFProto.HttpEndpointRepresents a HTTP endpoint.
|||\CDeltaVSoft.RCFProto.HttpsEndpointRepresents a HTTPS endpoint.
||oCDeltaVSoft.RCFProto.UnixLocalEndpointRepresents a UNIX local socket endpoint. Only available on UNIX platforms.
||\CDeltaVSoft.RCFProto.Win32NamedPipeEndpointRepresents a Win32 named pipe endpoint. Only available on Windows platforms.
|oCDeltaVSoft.RCFProto.IpAddressRepresents an IP address (IPv4 or IPv6).
|oCDeltaVSoft.RCFProto.LogTargetBase class for log targets. Log targets are passed to the enableLogging() function, to configure RCF logging.
||oCDeltaVSoft.RCFProto.LogToDebugWindowConfigures log output to be directed to Windows debug output.
||oCDeltaVSoft.RCFProto.LogToEventLogConfigures log output to be directed to the Windows event log.
||oCDeltaVSoft.RCFProto.LogToFileConfigures log output to be directed to a log file.
||\CDeltaVSoft.RCFProto.LogToStdoutConfigures log output to be directed to standard output.
|oCDeltaVSoft.RCFProto.RcfProtoChannelRepresents a single RPC connection to a server.
|oCDeltaVSoft.RCFProto.RcfProtoServerServes up Protocol Buffer-based services to clients, over one or more server transports.
|oCDeltaVSoft.RCFProto.RcfProtoSessionRepresents the server-side session associated with a RPC connection.
|oCDeltaVSoft.RCFProto.ServerTransportBase class for all server transports.
|oCDeltaVSoft.RCFProto.StoreCertificateIteratorIterates over the certificates in a Windows certificate store.
|oCDeltaVSoft.RCFProto.ThreadPoolRepresents a server-side thread pool.
|\CDeltaVSoft.RCFProto.TransportProtocolList
oCIEnumerable
|\CDeltaVSoft.RCFProto.TransportProtocolList
oCIEnumerable< TransportProtocol >
|\CDeltaVSoft.RCFProto.TransportProtocolList
oCIEnumerator
|\CDeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator
oCIEnumerator< TransportProtocol >
|\CDeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator
oCIRpcChannel
|\CDeltaVSoft.RCFProto.RcfProtoChannelRepresents a single RPC connection to a server.
oCIRpcController
|\CDeltaVSoft.RCFProto.RcfProtoControllerRPC controller interface, for both server-side and client-side code.
\CDeltaVSoft.RCFProto.RCFProto