Ejemplo n.º 1
0
 /// <summary>
 /// Create an <code>OncRpcCallInformation</code> object and associate it
 /// with a ONC/RPC server transport.
 /// </summary>
 /// <remarks>
 /// Create an <code>OncRpcCallInformation</code> object and associate it
 /// with a ONC/RPC server transport. Typically,
 /// <code>OncRpcCallInformation</code> objects are created by transports
 /// once before handling incoming calls using the same call info object.
 /// To support multithreaded handling of calls in the future (for UDP/IP),
 /// the transport is already divided from the call info.
 /// </remarks>
 /// <param name="transport">ONC/RPC server transport.</param>
 internal OncRpcCallInformation(org.acplt.oncrpc.server.OncRpcServerTransport transport
                                )
 {
     this.transport = transport;
 }
Ejemplo n.º 2
0
        /// <summary>
        /// Create an <code>OncRpcCallInformation</code> object and associate it
        /// with a ONC/RPC server transport.
        /// </summary>
        /// <remarks>
        /// Create an <code>OncRpcCallInformation</code> object and associate it
        /// with a ONC/RPC server transport. Typically,
        /// <code>OncRpcCallInformation</code> objects are created by transports
        /// once before handling incoming calls using the same call info object.
        /// To support multithreaded handling of calls in the future (for UDP/IP),
        /// the transport is already divided from the call info.
        /// </remarks>
        /// <param name="transport">ONC/RPC server transport.</param>
        internal OncRpcCallInformation(org.acplt.oncrpc.server.OncRpcServerTransport transport
			)
        {
            this.transport = transport;
        }