3.3.7.1 Incoming Connection Request
This event MUST be signaled by the underlying OleTx Multiplexing Protocol transport layer when a MTAG_CONNECTION_REQ message is received (as specified in [MS-CMP] section 3.1.5.5). The event MUST be signaled with the following arguments:
Connection: An OleTx Multiplexing Protocol [MS-CMP] connection object.
Connection Type: A value indicating connection type.
When the Incoming Connection Request event is signaled, the Management Server MUST do the following:
If the connection request is for a CONNTYPE_TXUSER_DTCUIC connection (as specified by the connection type field of the connection object):
If Allow Remote Administration flag is true or the request is from the same machineĀ (The Management Server determines this by comparing the Hostname fields of the Management Server Name and the Name object referenced by the Name field of the Session object that contains the provided Connection object. If they are equal, then the request is from the same machine.), then the connection is accepted:
Create an extended connection object (section 3.1.1) using the connection object argument, and add the extended connection object to the Management Connection List.
Set the connection state to Active.
Otherwise:
The Management Server MUST reject CONNTYPE_TXUSER_DTCUIC as specified in [MS-CMP] section 3.1.5.5, with the rejection Reason set to 0x80070005.