Portal2.Connections.ConnectionLogicReceiver.ConnectionLogicReceiver C# (CSharp) Method

ConnectionLogicReceiver() private method

private ConnectionLogicReceiver ( Item owner ) : System
owner Item
return System
        internal ConnectionLogicReceiver(Item owner)
            : base(owner, "CONNECTION_STANDARD")
        {
        }

Same methods

ConnectionLogicReceiver::ConnectionLogicReceiver ( Item owner, string connectionType ) : System