B

bind
In RPC, the process through which a logical connection is established between a client and a server in order to direct a remote procedure call to that server.
binding
A relationship between a client and a server that is established over a specific protocol sequence to a specific host system and endpoint. Also used as a short form of binding handle.
binding handle
A data structure that represents the logical connection between a client and a server.
binding vector
An RPC data structure that contains a list of binding handles over which a server application can receive remote procedure calls.