Class | Description | |
---|---|---|
![]() | RpcClientApi | Provides a connection-based wrapper around the RPC client |
![]() | RpcException | Exception class: RpcException : System.ComponentModel.Win32Exception Unspecified rpc error |
![]() | RpcServerApi | Provides server-side services for RPC |
Interface | Description | |
---|---|---|
![]() | IRpcClientInfo | An interface that provide contextual information about the client within an Rpc server call |
Delegate | Description | |
---|---|---|
![]() | RpcServerApi.RpcExecuteHandler | The delegate format for the OnExecute event |
Enumeration | Description | |
---|---|---|
![]() | RpcAuthentication | The authentication type to be used for connection, GSS_NEGOTIATE / WINNT are the most common. Be aware that GSS_NEGOTIATE is not available unless the machin is a member of a domain that is not running WinNT (or in legacy mode). |
![]() | RpcError | WIN32 RPC Error Codes |
![]() | RpcProtectionLevel | The protection level of the communications, RPC_C_PROTECT_LEVEL_PKT_PRIVACY is the default for authenticated communications. |
![]() | RpcProtoseqType | Defines the type of protocol the client is connected with |
![]() | RpcProtseq | Defines the various types of protocols that are supported by Win32 RPC |